Basic dockerfile
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
FROM node:18-alpine
|
||||||
|
COPY . .
|
||||||
|
RUN apk add ffmpeg
|
||||||
|
RUN npm install
|
||||||
|
ENTRYPOINT ["node", "index.js"]
|
Reference in New Issue
Block a user