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

More efficient docker builds

parent 15a4d500
Branches main
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ RUN npm install
COPY assets /app/assets
RUN npm run build
FROM alpine
FROM scratch
COPY --from=go_builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=go_builder /go/src/app/app /app
COPY templates /templates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment