Correct exposed port
This commit is contained in:
parent
5f92014b2b
commit
bcf9b7a53b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ RUN npm run build
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
COPY --from=build /app/build /usr/share/nginx/html
|
COPY --from=build /app/build /usr/share/nginx/html
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
EXPOSE 5137
|
EXPOSE 5173
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue