Spaces:
Sleeping
Sleeping
FROM node:latest | |
COPY . . | |
RUN npm install | |
CMD node index.mjs |
FROM node:latest | |
COPY . . | |
RUN npm install | |
CMD node index.mjs |