Spaces:
Paused
Paused
Last commit not found
FROM node:latest | |
COPY . . | |
RUN npm install | |
CMD node index.mjs | |
FROM node:latest | |
COPY . . | |
RUN npm install | |
CMD node index.mjs | |