浏览代码

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

Bruno Wego 4 年之前
父节点
当前提交
f346f0f9ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 .