Skip to content
Snippets Groups Projects
Commit acf7fd3f authored by Matt Kirby's avatar Matt Kirby
Browse files

Start frontend service in production mode

parent 7f20268b
No related branches found
No related tags found
1 merge request!29All services now in production mode + API gateway
......@@ -11,5 +11,5 @@ COPY . /frontend-service/app
# start app
RUN npm install
RUN npm run build
EXPOSE 9000
CMD npm run dev
\ No newline at end of file
EXPOSE 3000
CMD npm run start
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment