mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 01:48:54 +01:00
8 lines
93 B
Docker
8 lines
93 B
Docker
FROM node:22
|
|
|
|
COPY . .
|
|
|
|
RUN apt install iputils-ping
|
|
RUN npm i
|
|
|
|
CMD [ "npm", "run", "start" ] |