|
@@ -29,7 +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 8080
|
|
|
|
|
|
|
+EXPOSE 80
|
|
|
|
|
|
|
|
# execute our entrypoint.sh file
|
|
# execute our entrypoint.sh file
|
|
|
CMD ["./config/entrypoint.sh"]
|
|
CMD ["./config/entrypoint.sh"]
|