5 lines
70 B
Docker
5 lines
70 B
Docker
FROM node:18
|
|
|
|
VOLUME dist /dist
|
|
RUN ls
|
|
CMD node /dist/server/entry.mjs |