Created Dockerfile for Nubian
This commit is contained in:
parent
69f1de45a3
commit
ea2cefb8f3
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM node:latest
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
WORKDIR /dunestorm/nubian
|
||||
COPY src /dunestorm/nubian
|
||||
RUN npm i
|
||||
|
||||
CMD ["npm","start"]
|
||||
# EXPOSE PORTS
|
||||
EXPOSE 4001
|
Reference in a new issue