commit
4e926ad875
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM node:current-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./package.json ./package-lock.json ./src/ ./
|
||||
|
||||
RUN npm install --omit=dev
|
||||
|
||||
ENTRYPOINT npm start
|
||||
Loading…
Add table
Reference in a new issue