Skip to content

Commit

Permalink
ci: updated api dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis3797 committed May 15, 2024
1 parent 1933ba2 commit 5647a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM node:20-alpine AS build
WORKDIR /app

# Copy package.json and to the container
COPY ./apps/api/package.json ./
COPY ./package.json ./

RUN cat ./package.json

Expand Down Expand Up @@ -35,7 +35,7 @@ FROM node:20-alpine AS run
WORKDIR /app

# Copy package.json and yarn.lock to the container
COPY ./apps/api/package.json ./
COPY ./package.json ./

RUN cat ./package.json

Expand Down

0 comments on commit 5647a1e

Please sign in to comment.