mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
adjustments in Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user