Modificar dockerfile
This commit is contained in:
parent
9fde314029
commit
18745b73a1
@ -28,7 +28,7 @@ COPY nginx.conf /etc/nginx/conf.d/
|
|||||||
COPY --from=builder /app/build /usr/share/nginx/html
|
COPY --from=builder /app/build /usr/share/nginx/html
|
||||||
|
|
||||||
# Expõe a porta 80
|
# Expõe a porta 80
|
||||||
EXPOSE 80
|
EXPOSE 3000
|
||||||
|
|
||||||
# Comando padrão para iniciar o nginx
|
# Comando padrão para iniciar o nginx
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user