Update Dockerfile

This commit is contained in:
CatAClock 2025-04-29 22:25:21 +00:00
parent 876f9707c6
commit e38a5d9bf1

View file

@ -14,4 +14,4 @@ RUN npm install http-server
EXPOSE 4000
# Run the thing
CMD npx http-server /app -o -p 4000
CMD npx http-server /app --port 4000 --cors