Skip to content

Commit

Permalink
Dockerfile tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mucaccino committed May 19, 2024
1 parent aa38b20 commit d343de7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY api/ ./api
COPY models/ ./models
COPY entities/ ./entities
COPY utils/ ./utils
COPY tests/ ./tests

# Restore as distinct layers
WORKDIR /app/api
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ services:
- motto-net
volumes:
- ./api/https/aspnetapp.pfx:/https/aspnetapp.pfx
- ./tests:/tests
healthcheck:
test: curl -sSf http://api:5000/health
interval: 10s
Expand Down

0 comments on commit d343de7

Please sign in to comment.