Forráskód Böngészése

Merge pull request #327 from brunowego/patch-1

chore(dockerfile): not are using multi-stage build
Kailash Nadh 4 éve
szülő
commit
9a4f1a0781
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
 WORKDIR /listmonk
 COPY listmonk .