odin/Dockerfile
2023-06-06 17:37:44 +02:00

4 lines
No EOL
66 B
Docker

FROM node:latest
WORKDIR /app
COPY . /app
CMD ["bash", "start.sh"]