mirror of
https://github.com/Team-Neptune/Korral-Interactions.git
synced 2024-11-26 22:20:31 +00:00
Add Docker files
This commit is contained in:
parent
9775db63ce
commit
50ba784b8f
@ -1 +1,3 @@
|
||||
node_modules/
|
||||
node_modules/
|
||||
storage/
|
||||
out/
|
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM node:14
|
||||
COPY . /korral-interactions
|
||||
WORKDIR /korral-interactions
|
||||
RUN mkdir storage
|
||||
RUN npm i
|
||||
RUN npm run build
|
||||
CMD npm start
|
||||
EXPOSE 3000
|
Loading…
Reference in New Issue
Block a user