fix: change frontend running script in Dockerfile
This commit is contained in:
parent
aef78c4a8f
commit
7d155a673c
1 changed files with 1 additions and 1 deletions
|
|
@ -17,4 +17,4 @@ COPY . .
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Build the app and run it
|
# Build the app and run it
|
||||||
CMD ["sh", "-c", "npm run build && npm start"]
|
CMD ["sh", "-c", "npm run dev"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue