dockerfile update for render support
This commit is contained in:
parent
51c0261f1d
commit
37003c0741
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
|
@ -9,7 +9,7 @@ services:
|
|||
networks:
|
||||
- pulsebridge-network
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8080:8080"
|
||||
|
||||
networks:
|
||||
pulsebridge-network:
|
||||
|
|
Loading…
Reference in a new issue