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

Improved debugging

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