Skip to content

Commit

Permalink
remove docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Dormand authored and Scott Dormand committed Nov 21, 2024
1 parent 5959829 commit 5364ae5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions packages/fulfilment-job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ WORKDIR /app

# Install app dependencies
COPY packages/fulfilment-job/package*.json /app/
RUN rm -rf node_modules
RUN npm install --package-lock-only --production
RUN npm install --production && npm cache clean --force > /dev/null 2>&1

# Bundle app source
Expand Down
2 changes: 0 additions & 2 deletions packages/payment-mop-up-job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ WORKDIR /app

# Install app dependencies
COPY packages/payment-mop-up-job/package*.json /app/
RUN rm -rf node_modules
RUN npm install --package-lock-only --production
RUN npm install --production && npm cache clean --force > /dev/null 2>&1

# Bundle app source
Expand Down
2 changes: 0 additions & 2 deletions packages/pocl-job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ WORKDIR /app

# Install app dependencies
COPY packages/pocl-job/package*.json /app/
RUN rm -rf node_modules
RUN npm install --package-lock-only --production
RUN npm install --production && npm cache clean --force > /dev/null 2>&1

# Bundle app source
Expand Down
2 changes: 0 additions & 2 deletions packages/recurring-payments-job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ WORKDIR /app

# Install app dependencies
COPY packages/recurring-payments-job/package*.json /app/
RUN rm -rf node_modules
RUN npm install --package-lock-only --production
RUN npm install --production && npm cache clean --force > /dev/null 2>&1

# Bundle app source
Expand Down
2 changes: 0 additions & 2 deletions packages/sales-api-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ WORKDIR /app

# Install app dependencies
COPY packages/sales-api-service/package*.json /app/
RUN rm -rf node_modules
RUN npm install --package-lock-only --production
RUN npm install --production && npm cache clean --force > /dev/null 2>&1

# Bundle app source
Expand Down

0 comments on commit 5364ae5

Please sign in to comment.