5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
FROM node
|
|
WORKDIR /
|
|
COPY . /www/
|
|
CMD node /www/server/index.mjs
|
|
EXPOSE 3000 |