fix second time
This commit is contained in:
@@ -53,6 +53,6 @@ EXPOSE 4173
|
||||
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
|
||||
CMD wget --no-verbose --tries=1 --spider http://localhost:4173 || exit 1
|
||||
|
||||
# Start preview server
|
||||
CMD ["npm", "run", "preview", "--", "--host", "0.0.0.0"]
|
||||
# Start static file server (production)
|
||||
CMD ["npm", "run", "serve"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user