expose port 8000 instead of 3000
This commit is contained in:
parent
8b0c05008e
commit
9da39dd132
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ RUN npm install
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue