Updated port number
Updated port number from 3000 to 4000
This commit is contained in:
parent
6b4a7e87fd
commit
d887adccae
|
@ -27,4 +27,4 @@ COPY ./public/index.html public/index.html
|
|||
COPY ./public/script.js public/script.js
|
||||
COPY ./public/style.css public/style.css
|
||||
CMD ["/app/main"]
|
||||
EXPOSE 3000
|
||||
EXPOSE 4000
|
||||
|
|
Loading…
Reference in New Issue