Browse Source

Expongo el puerto

main
Celestino Rey 9 months ago
parent
commit
5698eb828f
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 && \
# make our entrypoint.sh executable # make our entrypoint.sh executable
RUN chmod +x config/entrypoint.sh RUN chmod +x config/entrypoint.sh
EXPOSE 80
# execute our entrypoint.sh file # execute our entrypoint.sh file
CMD ["./config/entrypoint.sh"] CMD ["./config/entrypoint.sh"]

Loading…
Cancel
Save