Docker fix (#114)

* fix: db healthcheck

* fixed missing front build argument

* fix: db healthcheck user

* message from db 'user' doesnt exist fixed

* rm: useless yarn

Co-authored-by: GitBluub <louis.auzuret@gmail.com>
This commit is contained in:
Clément Le Bihan
2022-12-20 18:35:34 +01:00
committed by GitHub
parent 6312fc3337
commit 56fdadc705
4 changed files with 62 additions and 4 deletions
+3
View File
@@ -10,6 +10,9 @@ RUN yarn global add expo-cli
# add sharp-cli (^2.1.0) for faster image processing
RUN yarn global add sharp-cli@^2.1.0
COPY . .
ARG API_URL
ENV API_URL=$API_URL
RUN expo build:web
# Serve the app