joclud-app/DOCKERFILE
2024-06-02 16:15:51 +02:00

7 lines
No EOL
72 B
Text

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