Skip to content

Commit

Permalink
build preview image from root
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Jan 9, 2025
1 parent faa35d9 commit d596b7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-quote-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,10 @@ jobs:
# Build and run preview Docker container
# The preview container copies the dataset so no volume is needed
- name: Build and Start app with Docker
working-directory: .internal
- name: Build and Start app with preview Docker image
if: matrix.deployment == 'docker-preview'
run: |
docker build -t quote-search . -f Dockerfile-quote-search-preview
docker build -t quote-search . -f internal/Dockerfile-quote-search-preview
docker run -d -p 8080:8080 --name quote-search \
--network svc \
-e AVS_PORT=5000 \
Expand Down

0 comments on commit d596b7f

Please sign in to comment.