mirror of
https://github.com/LinoSchmidt/Allnet-Dashboard.git
synced 2026-05-05 20:40:43 +02:00
Docker
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
FROM node:latest
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY ./src .
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user