mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
setting enviroments
This commit is contained in:
@@ -9,7 +9,7 @@ COPY [".", "/usr/src"]
|
||||
WORKDIR "/usr/src"
|
||||
|
||||
RUN yarn
|
||||
RUN yarn build ${REACT_APP_ENV_MODE}
|
||||
RUN yarn build REACT_APP_ENV_MODE=${REACT_APP_ENV_MODE}
|
||||
|
||||
FROM nginx:1.23.1-alpine
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user