dockerfile update for render support

This commit is contained in:
Amit Kumar Nandi 2024-03-03 02:03:12 +05:30
parent 51c0261f1d
commit 37003c0741
2 changed files with 2 additions and 2 deletions

View file

@ -94,5 +94,5 @@ RUN chown -R ${USER_NAME}:${GROUP_NAME} /var/www && \
chown -R ${USER_NAME}:${GROUP_NAME} /tmp
#USER ${USER_NAME}
EXPOSE 80
EXPOSE 8080
ENTRYPOINT ["entrypoint.sh"]

View file

@ -9,7 +9,7 @@ services:
networks:
- pulsebridge-network
ports:
- "80:80"
- "8080:8080"
networks:
pulsebridge-network: