This repository has been archived on 2024-10-02. You can view files and clone it, but cannot push or open issues or pull requests.
smart-tag/dockerFile

3 lines
46 B
Plaintext

FROM node
RUN npm install
CMD "node server.js"