Browse Source

Merge pull request #327 from brunowego/patch-1

chore(dockerfile): not are using multi-stage build
Kailash Nadh 4 years ago
parent
commit
9a4f1a0781
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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 .