build!: fix error that would make an initial setup not work properly
This commit is contained in:
parent
766efc53c3
commit
acc1f8c6ce
@ -14,5 +14,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /abyss
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
COPY --from=builder /abyss /abyss
|
COPY --from=builder /abyss /abyss
|
||||||
|
COPY --from=builder /static /
|
||||||
|
COPY --from=builder /templates /
|
||||||
|
|
||||||
CMD ["/abyss"]
|
CMD ["/abyss"]
|
||||||
|
Loading…
Reference in New Issue
Block a user