adjustments in Dockerfile

This commit is contained in:
2022-12-22 23:21:53 -03:00
parent 8de5780f97
commit 8c2251753d

View File

@@ -7,7 +7,7 @@ COPY [".", "/usr/src"]
WORKDIR /usr/src WORKDIR /usr/src
RUN yarn RUN yarn
RUN yarn build REACT_APP_ENV_MODE=${REACT_APP_ENVIRONMENT} RUN yarn build
FROM nginx:1.23.1-alpine FROM nginx:1.23.1-alpine
EXPOSE 80 EXPOSE 80