Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
FLYBYME committed Oct 17, 2023
1 parent 168e763 commit 5ba8425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18-alpine

ENV time=2023-10-17-3
ENV time=2023-10-17-4

ENV NODE_ENV=production

Expand All @@ -19,7 +19,7 @@ RUN git clone https://github.com/PaaS-Shack/ci-cd.git /app/ci-cd && cd /app/ci-c
RUN git clone https://github.com/PaaS-Shack/mysql.git /app/mysql && cd /app/mysql && npm install
RUN git clone https://github.com/PaaS-Shack/domains.git /app/domains && cd /app/domains && npm install
RUN git clone https://github.com/PaaS-Shack/routes.git /app/routes && cd /app/routes && npm install
RUN git clone https://github.com/PaaS-Shack/dohs.git /app/dohs && cd /app/dohs && npm install
#RUN git clone https://github.com/PaaS-Shack/dohs.git /app/dohs && cd /app/dohs && npm install
RUN git clone https://github.com/PaaS-Shack/certificates.git /app/certificates && cd /app/certificates && npm install
RUN git clone https://github.com/PaaS-Shack/accounts.git /app/accounts && cd /app/accounts && npm install
RUN git clone https://github.com/PaaS-Shack/config.git /app/config && cd /app/config && npm install
Expand Down

0 comments on commit 5ba8425

Please sign in to comment.