5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
FROM node:20-alpine
|
|
|
|
WORKDIR /app
|
|
|
|
CMD ["npm", "run", "start"] |