port 80
This commit is contained in:
parent
30ddcfdc1b
commit
6c8ef3be9a
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue