fix: change frontend running script in Dockerfile

This commit is contained in:
Boris Arzentar 2024-05-28 11:34:58 +02:00
parent aef78c4a8f
commit 7d155a673c

View file

@ -17,4 +17,4 @@ COPY . .
EXPOSE 3000
# Build the app and run it
CMD ["sh", "-c", "npm run build && npm start"]
CMD ["sh", "-c", "npm run dev"]