chore(dockerfile): not are using multi-stage build

This commit is contained in:
Bruno Wego 2021-04-19 18:14:32 -03:00 committed by GitHub
parent 33450f86bb
commit f346f0f9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest AS deploy
FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /listmonk
COPY listmonk .