mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-28 00:15:48 +01:00
Create a Dockerfile
This commit is contained in:
parent
082bde0271
commit
65393d8c2f
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM node:lts-alpine
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN npm i
|
||||||
|
RUN npm run build
|
||||||
|
CMD ["node", "./dist/index.js"]
|
||||||
|
EXPOSE 3000
|
Loading…
Reference in New Issue
Block a user