Merge pull request #327 from brunowego/patch-1

chore(dockerfile): not are using multi-stage build
This commit is contained in:
Kailash Nadh 2021-04-20 09:20:39 +05:30 committed by GitHub
commit 9a4f1a0781
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 .