Skip to content
Snippets Groups Projects
Commit 9f7e5c1b authored by Ronnie Friman's avatar Ronnie Friman
Browse files

expose port 80>3000

parent e6871aec
No related branches found
No related tags found
No related merge requests found
Pipeline #64093 canceled
......@@ -9,5 +9,5 @@ RUN npm run build
# production environment
FROM nginx:1.16.0-alpine
COPY --from=build /usr/src/app/build /usr/share/nginx/html
EXPOSE 80
EXPOSE 3000
CMD ["nginx", "-g", "daemon off;"]
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