adjustments in Dockerfile

This commit is contained in:
2022-12-22 23:16:01 -03:00
parent 2c125146f2
commit 8de5780f97

View File

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