Browse Source

Añado puerto 80 para crear service

main
creylopez 9 months ago
parent
commit
2f5ed1733f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Dockerfile

+ 2
- 0
Dockerfile View File

@ -29,5 +29,7 @@ RUN python -m venv /opt/venv && \
RUN chmod +x config/entrypoint.sh RUN chmod +x config/entrypoint.sh
RUN chmod u+s /usr/sbin/nginx RUN chmod u+s /usr/sbin/nginx
EXPOSE 80
# execute our entrypoint.sh file # execute our entrypoint.sh file
CMD ["./config/entrypoint.sh"] CMD ["./config/entrypoint.sh"]

Loading…
Cancel
Save