Skip to content

Commit

Permalink
Change the SSH port for the dojo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Sep 1, 2023
1 parent 71bb2a2 commit 9b59988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Build Container
run: "docker build -t pwncollege/dojo ."
- name: Run Container
run: "docker run --privileged -d -v /opt/dojo:/opt/pwn.college:shared -p 22:22 -p 80:80 -p 443:443 --name dojo pwncollege/dojo && sleep 5"
run: "docker run --privileged -d -v /opt/dojo:/opt/pwn.college:shared -p 2222:22 -p 80:80 -p 443:443 --name dojo pwncollege/dojo && sleep 5"
- name: Wait for container to be ready
run: |
until docker exec dojo is-setup-finished
Expand Down

0 comments on commit 9b59988

Please sign in to comment.