Updated to ensure this still works
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ RUN npm install
|
||||
COPY . /app
|
||||
EXPOSE 4000
|
||||
ENTRYPOINT ["bash", "-c"]
|
||||
CMD ["npm start"]
|
||||
CMD ["sleep 10 && npm start"]
|
||||
|
||||
Reference in New Issue
Block a user