瀏覽代碼

fix: add Makefile to image

Fela Maslen 5 年之前
父節點
當前提交
34e4e59b50
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      gmus-web/builder.Dockerfile

+ 2 - 0
gmus-web/builder.Dockerfile

@@ -16,3 +16,5 @@ COPY --chown=appuser:appgroup README.md .env.test .prettierrc.js .eslintrc.js ts
 ARG REACT_APP_API_URL=http://localhost:3002
 ENV REACT_APP_API_URL=${REACT_APP_API_URL}
 RUN yarn build
+
+COPY --chown=appuser:appgroup Makefile ./