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:
@@ -1,5 +1,6 @@
|
|||||||
FROM alpine:latest as build
|
FROM alpine:latest as build
|
||||||
ARG REACT_APP_ENV_MODE
|
ARG REACT_APP_ENV_MODE
|
||||||
|
RUN echo "Oh dang look at that $some_variable_name"
|
||||||
|
|
||||||
RUN apk add --update nodejs npm
|
RUN apk add --update nodejs npm
|
||||||
RUN npm install --global yarn
|
RUN npm install --global yarn
|
||||||
|
|||||||
Reference in New Issue
Block a user