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 648fa9a commit f62a4fe
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 @@ -8,6 +8,7 @@ WORKDIR /app
COPY ./apps/api/package.json ./

RUN cat ./package.json
RUN pwd && ls

# Install development dependencies
RUN apk add --no-cache --virtual .build-deps \
Expand Down Expand Up @@ -38,6 +39,7 @@ WORKDIR /app
COPY ./apps/api/package.json ./

RUN cat ./package.json
RUN pwd && ls

# Install dumb-init
RUN apk add --no-cache dumb-init
Expand Down Expand Up @@ -66,6 +68,8 @@ ENV HOST=0.0.0.0
# Generate prisma client
RUN yarn prisma generate

RUN pwd && ls

# Expose port for the application to listen on
EXPOSE 4040

Expand Down

0 comments on commit f62a4fe

Please sign in to comment.