You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
The Dockerfile at https://github.com/Alfresco/share/blob/master/packaging/docker/Dockerfile uses EXPOSE 8000 but the base image appears to be listening at port 8080. I believe this should be changed to EXPOSE 8080. Noticed this since it caused a problem for us when deploying to Cloud Foundry so we have to build our own and update the EXPOSE for it to work.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Dockerfile at https://github.com/Alfresco/share/blob/master/packaging/docker/Dockerfile uses
EXPOSE 8000
but the base image appears to be listening at port8080
. I believe this should be changed toEXPOSE 8080
. Noticed this since it caused a problem for us when deploying to Cloud Foundry so we have to build our own and update the EXPOSE for it to work.The text was updated successfully, but these errors were encountered: