Skip to content

Commit

Permalink
fix: docker-compose.yml replaced build with image
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe De Marco authored Feb 15, 2024
1 parent 1fde91e commit 6b69a44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ services:
- satosa-saml2spid
## END: PARTE NUOVA
satosa-saml2spid:
#image: ghcr.io/italia/satosa-saml2spid:latest
image: ghcr.io/italia/satosa-saml2spid:latest
#image: satosa-saml2spid:latest
build:
context: ../
args:
- NODE_ENV=local
dockerfile: Dockerfile
#build:
# context: ../
# args:
# - NODE_ENV=local
# dockerfile: Dockerfile
container_name: satosa-saml2spid
depends_on:
- satosa-mongo
Expand Down

0 comments on commit 6b69a44

Please sign in to comment.