Skip to content

Commit

Permalink
chore(dockerfile): not are using multi-stage build
Browse files Browse the repository at this point in the history
  • Loading branch information
brunowego committed Apr 19, 2021
1 parent 33450f8 commit f346f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest AS deploy
FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /listmonk
COPY listmonk .
Expand Down

0 comments on commit f346f0f

Please sign in to comment.