Skip to content

Commit

Permalink
commented docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsomers101 committed Jul 17, 2024
1 parent 61c5955 commit b4e0d49
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/Specflow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: build docker
id: update-image
shell: bash
run: |
cd ./RAP4
docker build -t ampersandtarski/ampersand-rap:dev-latest .
cd ..
cp .example.env .env
docker compose build
docker network create proxy
docker network create rap_db
docker compose up -d
# - name: build docker
# id: update-image
# shell: bash
# run: |
# cd ./RAP4
# docker build -t ampersandtarski/ampersand-rap:dev-latest .
# cd ..
# cp .example.env .env
# docker compose build
# docker network create proxy
# docker network create rap_db
# docker compose up -d

- name: Navigate to test project
id: navigate-to-test-project
Expand Down

0 comments on commit b4e0d49

Please sign in to comment.