Skip to content

Commit

Permalink
hotfix: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
barabobBOB committed Dec 8, 2023
1 parent 0a85aeb commit a2a037a
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 @@ -23,6 +23,7 @@ COPY --from=build-stage /app/migrate /migrate
COPY --from=build-stage /app/db/migrations /db/migrations
# scripts
COPY --from=build-stage /app/import_breeds /import_breeds
COPY --from=build-stage /app/import_conditions /import_conditions
EXPOSE 8080
RUN adduser -D nonroot
USER nonroot:nonroot
Expand Down

0 comments on commit a2a037a

Please sign in to comment.