From 333620150d8ca652f016998e57cb215cef662a8f Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sun, 20 Dec 2020 19:40:46 +0000 Subject: [PATCH] Modified docker file to make it work with infrastructure docker compose --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51b3960..20ef1d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,7 @@ FROM nginx:1.17.8-alpine COPY . /app/public/ # Copy the nginx config file -COPY ./site.conf /etc/nginx/conf.d/default.conf \ No newline at end of file +COPY ./site.conf /etc/nginx/conf.d/default.conf + +EXPOSE 80 +EXPOSE 8080 \ No newline at end of file