From 900a707fdcb04e5739126ec2509fdc39fee7491c Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Sun, 7 Apr 2024 19:43:04 +0530 Subject: Rewrote Site in 11ty Still need to Update the content --- Containerfile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Containerfile (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile deleted file mode 100644 index c7ee294..0000000 --- a/Containerfile +++ /dev/null @@ -1,18 +0,0 @@ -# build stage -FROM node:19-slim as build -WORKDIR /app -COPY package*.json ./ -RUN npm install -COPY . . -RUN npm run build - -# production build stage -FROM node:19-slim as production -WORKDIR /app -COPY --from=build /app/package*.json ./ -RUN npm install --omit=dev -COPY --from=build /app/dist ./dist -COPY --from=build /app/assets ./assets -EXPOSE 8080 -VOLUME /static -CMD ["npm", "start"] \ No newline at end of file -- cgit v1.2.3-70-g09d2