From f25092618548797f4fee818b5d9537a36f2b007b Mon Sep 17 00:00:00 2001 From: CrazyPrince <86961470+CrazyPrince@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:09:15 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..48f9274 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM quay.io/sampandey001/secktor +RUN git clone https://github.com/CrazyPrince/Secktor-Md /root/SamPandey001 +WORKDIR /root/SamPandey001/ +RUN npm install npm@latest +RUN npm install +EXPOSE 8000 +CMD ["npm", "start"] \ No newline at end of file