Skip to content

Commit

Permalink
fallback to manual deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLo committed Feb 21, 2024
1 parent be97b9f commit c1a4ffe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ services:

flask:
container_name: flask
image: ghcr.io/jasonlo/community-search-frontend:latest # pull from ghcr for CI
# build:
# context: ./frontend
# dockerfile: Dockerfile
# image: ghcr.io/jasonlo/community-search-frontend:20230927-2022 # pull from ghcr for CI
build:
context: ./frontend
dockerfile: Dockerfile
ports:
- "443:443"
environment:
Expand Down

0 comments on commit c1a4ffe

Please sign in to comment.