port-4000-env
This commit is contained in:
parent
07eff63836
commit
bebfd46958
|
@ -1,5 +1,5 @@
|
|||
FROM node:alpine
|
||||
EXPOSE 4242
|
||||
EXPOSE 4000
|
||||
COPY . .
|
||||
RUN npm install
|
||||
CMD npm start
|
||||
|
|
Loading…
Reference in New Issue
Block a user