mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
feat: ci pipeline for debug image
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM node:14-buster-slim
|
||||
|
||||
COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm i
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD [ "npm", "run", "serve" ]
|
Reference in New Issue
Block a user