fix: update port

This commit is contained in:
Derrick Hammer 2023-12-25 02:36:17 -05:00
parent 37d6e172c7
commit 0593fa80b4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RUN apt-get update -y && apt-get install -y openssl
RUN npm install -g npm@10.2.5
# Expose the port the app runs on
EXPOSE 3000
EXPOSE 8080
# Command to run the app
CMD ["npm", "start"]