浏览代码

Merge pull request #327 from brunowego/patch-1

chore(dockerfile): not are using multi-stage build
Kailash Nadh 4 年之前
父节点
当前提交
9a4f1a0781
共有 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 .