Fela Maslen 5 лет назад
Родитель
Сommit
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
 ARG REACT_APP_API_URL=http://localhost:3002
 ENV REACT_APP_API_URL=${REACT_APP_API_URL}
 ENV REACT_APP_API_URL=${REACT_APP_API_URL}
 RUN yarn build
 RUN yarn build
+
+COPY --chown=appuser:appgroup Makefile ./