Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed May 10, 2024
1 parent a17cfa7 commit 0bf54af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN poetry install --no-root --no-dev

# Copy the rest of your application files into the container
COPY ./openapi_server ./openapi_server
COPY ./openapi_server_v2 ./openapi_server_v2
COPY ./impl ./impl
COPY ./tests ./tests

Expand Down

0 comments on commit 0bf54af

Please sign in to comment.