Front: EAS: Fix project slug

This commit is contained in:
Arthur Jamet
2023-10-01 11:21:20 +02:00
parent bcb0825f5a
commit 0081eb2acd
3 changed files with 3 additions and 36 deletions
+2 -2
View File
@@ -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