dockerfiles/hideipnetwork-web/Dockerfile

11 lines
221 B
Docker
Raw Normal View History

2023-04-22 15:29:25 +08:00
FROM ioiox/node:16-alpine
LABEL maintainer="Stille <stille@ioiox.com>"
WORKDIR /app
RUN git clone -b v2 https://github.com/Hideipnetwork/hideipnetwork-web.git . && npm install
EXPOSE 56559
CMD ["npm", "run", "start"]