[Core] Add expose to dockerfile (#2762)

This commit is contained in:
Alexandre Alapetite 2022-05-30 20:05:42 +02:00 committed by GitHub
parent cb05cacd6a
commit 05cd1c0b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,6 @@ COPY ./config/nginx.conf /etc/nginx/sites-enabled/default
COPY --chown=www-data:www-data ./ /app/ COPY --chown=www-data:www-data ./ /app/
EXPOSE 80
ENTRYPOINT ["/app/docker-entrypoint.sh"] ENTRYPOINT ["/app/docker-entrypoint.sh"]