Skip to content

Commit

Permalink
devops: change test command to docker specific
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusvrs committed Aug 13, 2024
1 parent 6f3444c commit db8579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
context: ../
target: base
dockerfile: docker/Dockerfile
command: npm run dev
command: npm run dev:docker
expose:
- 3000
ports:
Expand Down

0 comments on commit db8579a

Please sign in to comment.