Skip to content

Commit 7402937

Browse files
committed
fix dockerfiles
1 parent 827eb23 commit 7402937

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM node:22-alpine
2+
WORKDIR /home/node/module
3+
COPY src/server/core ./core
4+
COPY src/modules/appear-x/container ./
5+
RUN npm install
6+
CMD ["npm", "run", "development"]

src/modules/mikrotik-interfaces/container/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM node:22-alpine
22
WORKDIR /home/node/module
3-
RUN apk add --no-cache iputils
43
COPY src/server/core ./core
54
COPY src/modules/mikrotik-interfaces/container ./
65
RUN npm install

0 commit comments

Comments
 (0)