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