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 18893af commit 1933ba2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ WORKDIR /app
# Copy package.json and to the container
COPY ./apps/api/package.json ./

RUN cat ./package.json

# Install development dependencies
RUN apk add --no-cache --virtual .build-deps \
gcc \
Expand Down Expand Up @@ -35,6 +37,8 @@ WORKDIR /app
# Copy package.json and yarn.lock to the container
COPY ./apps/api/package.json ./

RUN cat ./package.json

# Install dumb-init
RUN apk add --no-cache dumb-init

Expand Down

0 comments on commit 1933ba2

Please sign in to comment.