added SCORO_URL param build
This commit is contained in:
@@ -36,6 +36,7 @@ services:
|
||||
context: ./front
|
||||
args:
|
||||
- API_URL=${API_URL}
|
||||
- SCORO_URL=${SCORO_URL}
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
|
||||
@@ -12,6 +12,8 @@ RUN yarn global add sharp-cli@^2.1.0
|
||||
COPY . .
|
||||
ARG API_URL
|
||||
ENV API_URL=$API_URL
|
||||
ARG SCORO_URL
|
||||
ENV SCORO_URL=$SCORO_URL
|
||||
|
||||
RUN expo build:web
|
||||
|
||||
|
||||
Reference in New Issue
Block a user