Spaces:
Build error
Build error
Commit
·
27a98c3
1
Parent(s):
25099ea
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -78,6 +78,6 @@ EXPOSE 5001
|
|
78 |
COPY start.sh .
|
79 |
RUN chmod +x start.sh
|
80 |
RUN yarn build
|
81 |
-
CMD ["start.sh"]
|
82 |
#HEALTHCHECK CMD wget -q -O /dev/null http://localhost:5001 || exit 1
|
83 |
#CMD ["yarn", "start:production"]
|
|
|
78 |
COPY start.sh .
|
79 |
RUN chmod +x start.sh
|
80 |
RUN yarn build
|
81 |
+
CMD ["/bin/bash", "start.sh"]
|
82 |
#HEALTHCHECK CMD wget -q -O /dev/null http://localhost:5001 || exit 1
|
83 |
#CMD ["yarn", "start:production"]
|