diff --git a/Dockerfile b/Dockerfile index 35ddfb4..89159a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ FROM nginx:alpine COPY --from=build /app/build /usr/share/nginx/html COPY nginx.conf /etc/nginx/nginx.conf -# Expose port 80 +# Expose port 80 and 443 EXPOSE 80 EXPOSE 443