Updated port number

Updated port number from 3000 to 4000
This commit is contained in:
Ayan Barai 2024-06-03 01:14:11 +05:30 committed by GitHub
parent 6b4a7e87fd
commit d887adccae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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