odin/Dockerfile
2024-03-14 19:14:23 +01:00

4 lines
No EOL
69 B
Docker

FROM node:latest
WORKDIR /app
COPY . /app
CMD ["npm", "run", "start"]