chore(dockerfile): not are using multi-stage build
This commit is contained in:
parent
33450f86bb
commit
f346f0f9ea
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:latest AS deploy
|
FROM alpine:latest
|
||||||
RUN apk --no-cache add ca-certificates
|
RUN apk --no-cache add ca-certificates
|
||||||
WORKDIR /listmonk
|
WORKDIR /listmonk
|
||||||
COPY listmonk .
|
COPY listmonk .
|
||||||
|
|
Loading…
Reference in New Issue