Repo / Dockerfile .txt
AlphaBots's picture
Update Dockerfile .txt
7131d4f verified
raw
history blame contribute delete
246 Bytes
FROM node:20
USER node
https://github.com/GlobalTechInfo/SUHAIL-XMD home/node/blue
WORKDIR /home/node/blue
RUN chmod -R 777 /home/node/blue/
RUN yarn install && yarn add http
COPY server.js .
COPY start.sh .
CMD ["bash","start.sh" ]