Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhailTechInfo committed Jun 2, 2024
1 parent f5568f4 commit 05e27c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM quay.io/suhailtechinfo/suhail-v2
RUN git clone https://github.com/SuhailTechInfo/Suhail-Md-V1 /root/smdd
RUN rm -rf /root/smdd/.git
WORKDIR /root/smdd
RUN npm install
RUN npm install || yarn install
EXPOSE 8000
CMD ["npm","start" ]

Expand Down

0 comments on commit 05e27c4

Please sign in to comment.