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 11e03dc commit 9e0648c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ENV HOST=0.0.0.0
# Generate prisma client
RUN yarn prisma generate

RUN pwd && ls -la ./dist
RUN pwd && ls -laR ./dist

# Expose port for the application to listen on
EXPOSE 4040
Expand Down

0 comments on commit 9e0648c

Please sign in to comment.