mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 09:02:36 +08:00
chore(dockerfile): not are using multi-stage build
This commit is contained in:
parent
33450f86bb
commit
f346f0f9ea
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue