From c8d0219ea688933f88dce592ce82cd4b0b96726b Mon Sep 17 00:00:00 2001 From: nagarjuna33 <115863146+nagarjuna33@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:44:39 +0530 Subject: [PATCH 1/3] Create dockerfile --- dockerfile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dockerfile diff --git a/dockerfile b/dockerfile new file mode 100644 index 000000000..81915bfe0 --- /dev/null +++ b/dockerfile @@ -0,0 +1,16 @@ +FROM ubuntu:22.04 as unzip +RUN mkdir /Nop && \ + apt update && \ + apt install wget unzip -y && \ + cd /Nop && \ + wget "https://github.com/nopSolutions/nopCommerce/releases/download/release-4.50.3/nopCommerce_4.50.3_NoSource_linux_x64.zip" &&\ + unzip /Nop/nopCommerce_4.50.3_NoSource_linux_x64.zip && \ + rm /Nop/nopCommerce_4.50.3_NoSource_linux_x64.zip + + +FROM mcr.microsoft.com/dotnet/aspnet:6.0 +LABEL author="nagarjuna" +COPY --from=unzip /Nop /Nop +WORKDIR /Nop +EXPOSE 80 +CMD ["dotnet","/Nop/Nop.Web.dll"] From 1e0d22e067155cce04d12b34db9f15a5ce373ced Mon Sep 17 00:00:00 2001 From: nagarjuna33 <115863146+nagarjuna33@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:03:49 +0530 Subject: [PATCH 2/3] Create newfile.txt --- newfile.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 newfile.txt diff --git a/newfile.txt b/newfile.txt new file mode 100644 index 000000000..aa39060d7 --- /dev/null +++ b/newfile.txt @@ -0,0 +1 @@ +newfile From f19a77c0e10fa791a64828822311dfcc0e318b18 Mon Sep 17 00:00:00 2001 From: nagarjuna33 <115863146+nagarjuna33@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:51:01 +0530 Subject: [PATCH 3/3] Create test2.txt --- test2.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test2.txt diff --git a/test2.txt b/test2.txt new file mode 100644 index 000000000..4f48a3dd9 --- /dev/null +++ b/test2.txt @@ -0,0 +1 @@ +test2.txt