Skip to content

Commit 1ae6109

Browse files
authored
Update Dockerfile
1 parent 7daa141 commit 1ae6109

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o xerophagon .
1212

1313
FROM scratch
1414
COPY --from=builder /app/xerophagon /xerophagon
15-
COPY --from=builder --chown=1000:1000 /app/static /static
16-
COPY --from=builder --chown=1000:1000 /app/templates /templates
1715

1816
USER 1000:1000
1917
WORKDIR /

0 commit comments

Comments
 (0)