diff --git a/Dockerfile b/Dockerfile index bca95cf..3e83d84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /app COPY ./index.html ./index.html # Expose the port you want to serve on -EXPOSE 8000 +EXPOSE 80 # Start the Python server -CMD ["python", "-m", "http.server", "8000"] +CMD ["python", "-m", "http.server", "80"]