ff9bd09 7116524 ff9bd09 1945d73 7116524
1
2
3
4
5
6
7
FROM node:18-slim WORKDIR $HOME/app COPY . . RUN npm install EXPOSE 23456 CMD node server.js