Front: EAS: Fix project slug
This commit is contained in:
+2
-2
@@ -13,9 +13,9 @@ RUN expo install
|
||||
|
||||
COPY . .
|
||||
ARG API_URL
|
||||
ENV API_URL=$API_URL
|
||||
ENV EXPO_PUBLIC_API_URL=$API_URL
|
||||
ARG SCORO_URL
|
||||
ENV SCORO_URL=$SCORO_URL
|
||||
ENV EXPO_PUBLIC_API_URL=$SCORO_URL
|
||||
|
||||
RUN yarn tsc && expo build:web
|
||||
|
||||
|
||||
Reference in New Issue
Block a user