Spaces:
Build error
Build error
Commit
·
91f886a
1
Parent(s):
d22beb3
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -79,4 +79,6 @@ EXPOSE 5001
|
|
79 |
#RUN chmod +x start.sh
|
80 |
#CMD ["start.sh"]
|
81 |
RUN yarn start:production &
|
|
|
|
|
82 |
#CMD ["yarn", "start:production"]
|
|
|
79 |
#RUN chmod +x start.sh
|
80 |
#CMD ["start.sh"]
|
81 |
RUN yarn start:production &
|
82 |
+
RUN sleep 60
|
83 |
+
HEALTHCHECK CMD wget -q -O /dev/null http://localhost:5001 || exit 1
|
84 |
#CMD ["yarn", "start:production"]
|