t / Dockerfile
azils3's picture
Create Dockerfile
a00f4f7 verified
raw
history blame contribute delete
222 Bytes
FROM quay.io/suhailtechinfo/suhail-v2
RUN git clone https://github.com/SuhailTechInfo/Suhail-Md-3 /root/smdd
RUN rm -rf /root/smdd/.git
WORKDIR /root/smdd
RUN npm install || yarn install
EXPOSE 8000
CMD ["npm","start" ]