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