4 lines
No EOL
69 B
Text
4 lines
No EOL
69 B
Text
FROM node:latest
|
|
WORKDIR /app
|
|
COPY . /app
|
|
CMD ["npm", "run", "start"] |