Explorar o código

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

Bruno Wego %!s(int64=4) %!d(string=hai) anos
pai
achega
f346f0f9ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 .