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