fix: update port
This commit is contained in:
parent
37d6e172c7
commit
0593fa80b4
|
@ -33,7 +33,7 @@ RUN apt-get update -y && apt-get install -y openssl
|
||||||
RUN npm install -g npm@10.2.5
|
RUN npm install -g npm@10.2.5
|
||||||
|
|
||||||
# Expose the port the app runs on
|
# Expose the port the app runs on
|
||||||
EXPOSE 3000
|
EXPOSE 8080
|
||||||
|
|
||||||
# Command to run the app
|
# Command to run the app
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
||||||
|
|
Loading…
Reference in New Issue