From 05cd1c0b67dcfd80875505cea3601f86594da4f9 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 30 May 2022 20:05:42 +0200 Subject: [PATCH] [Core] Add expose to dockerfile (#2762) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fea0bd34..d62dd422 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,6 @@ COPY ./config/nginx.conf /etc/nginx/sites-enabled/default COPY --chown=www-data:www-data ./ /app/ +EXPOSE 80 + ENTRYPOINT ["/app/docker-entrypoint.sh"]