Fix Docker file for backend so webserver properly listens and proxies connections
This commit is contained in:
@@ -8,4 +8,4 @@ RUN npm install -g @angular/cli
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD ["npm", "start"]
|
||||
CMD ["npm", "run", "start-docker"]
|
||||
|
||||
Reference in New Issue
Block a user