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