mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
added envs to dockerfile
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
FROM alpine:latest as build
|
||||
|
||||
ENV REACT_APP_FIREBASE_API_KEY
|
||||
ENV REACT_APP_FIREBASE_APP_ID
|
||||
ENV REACT_APP_ENVIRONMENT
|
||||
|
||||
RUN apk add --update nodejs npm
|
||||
RUN npm install --global yarn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user