mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-06-28 08:09:42 -04:00
chore: dockerize
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM node:alpine
|
||||
COPY . .
|
||||
|
||||
RUN npm i
|
||||
ENTRYPOINT ["npm", "start"]
|
Reference in New Issue
Block a user