Merge pull request #327 from brunowego/patch-1
chore(dockerfile): not are using multi-stage build
This commit is contained in:
commit
9a4f1a0781
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:latest AS deploy
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add ca-certificates
|
||||
WORKDIR /listmonk
|
||||
COPY listmonk .
|
||||
|
|
Loading…
Reference in New Issue