Update Dockerfile
This commit is contained in:
parent
876f9707c6
commit
e38a5d9bf1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue