Skip to content

Commit

Permalink
Rename "mock" folder to "docker"
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickp committed Feb 11, 2024
1 parent e30b3a6 commit d38a0ce
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ services:
<<: *mock-shared-vars

mock-4channel:
build: ./mocks/mock-4channel
build: ./docker/mock-4channel
healthcheck:
<<: *shared-curl-heathcheck
volumes: [./mocks/mock-4channel:/app]
volumes: [./docker/mock-4channel:/app]
ports: [8051:80]
command: nodemon --legacy-watch src/index.js

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d38a0ce

Please sign in to comment.