Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Donowitz committed Feb 9, 2022
1 parent 6f5b6c5 commit f13028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
mock-fxa-server:
image: app:build
restart: "no"
entrypoint: /bin/sh -c "pip3 install -r /app/tools/integration_tests/requirements.txt && python3 /app/tools/integration_tests/tokenserver/mock_fxa_server.py"
entrypoint: /bin/sh -c "python3 /app/tools/integration_tests/tokenserver/mock_fxa_server.py"
environment:
MOCK_FXA_SERVER_HOST: 0.0.0.0
MOCK_FXA_SERVER_PORT: 6000
Expand Down

0 comments on commit f13028f

Please sign in to comment.