mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 10:44:55 +00:00
fix dockerfile
This commit is contained in:
@ -12,4 +12,4 @@ RUN npm run build
|
||||
|
||||
EXPOSE 4000
|
||||
|
||||
CMD ["sh", "-c", "nginx -g 'daemon off;' & npm run start:all"]
|
||||
CMD ["sh", "-c", "npm run start:dev"]
|
||||
|
||||
Reference in New Issue
Block a user