Fix dockerfile
This commit is contained in:
parent
324745adf4
commit
f5c2b1952a
@ -17,6 +17,6 @@ WORKDIR /app/
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=builder /etc/passwd /etc/passwd
|
||||
COPY --from=builder /app/gopherss /app/gopherss
|
||||
COPY ./web /app/web/
|
||||
COPY ./views /app/views/
|
||||
USER gopher
|
||||
ENTRYPOINT ["/app/gopherss"]
|
||||
|
Loading…
Reference in New Issue
Block a user