Skip to content

Commit

Permalink
MOL-358/PICT-242: update dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
tdang1-shopmacher committed Sep 6, 2024
1 parent 475a367 commit 2ab7bf1
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 2ab7bf1

Please sign in to comment.