diff --git a/Dockerfile b/Dockerfile index 5dcae0a..c037fa0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,6 @@ COPY --from=development /app/dist /usr/share/nginx/html COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf -EXPOSE 80 +EXPOSE 80 443 ENTRYPOINT [ "nginx", "-g", "daemon off;" ] \ No newline at end of file