|
@@ -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 ./
|