Skip to content

Commit

Permalink
Merge pull request #54 from mollie/feature/MOL-358/PICT-242
Browse files Browse the repository at this point in the history
MOL-358/PICT-242: update dockerfile location
  • Loading branch information
Tung-Huynh-Shopmacher authored Sep 10, 2024
2 parents 965b020 + 2ab7bf1 commit 95adf7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile → processor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM node:18-alpine AS builder

WORKDIR /app

COPY ./processor/package*.json ./
COPY ./package*.json ./

RUN npm install --production --frozen-lockfile

COPY ./processor .
COPY . .

RUN npm run build

Expand Down

0 comments on commit 95adf7f

Please sign in to comment.