Skip to content
Snippets Groups Projects
Verified Commit 100365ca authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix dockerfile

parent 50f4ab3c
No related branches found
No related tags found
No related merge requests found
Pipeline #2715 passed
......@@ -32,6 +32,6 @@ RUN addgroup -g 1000 -S app && \
adduser -u 1000 -G app -S app
COPY --from=go_builder /go/src/app/app /
COPY templates /templates
COPY --from=asset_builder /app/assets /
COPY --from=asset_builder /app/assets /assets
USER app
ENTRYPOINT ["/app"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment