added ENV to Dockerfile, also deployment to circleci
This commit is contained in:
parent
53f264e63b
commit
f7c1b1718e
5 changed files with 13 additions and 23 deletions
|
@ -5,5 +5,7 @@ WORKDIR /app
|
|||
RUN mkdir static
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 1443
|
||||
ENV PORT=1443
|
||||
EXPOSE $PORT
|
||||
|
||||
CMD ["npm", "start"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue