Skip to content

Commit 6b69a44

Browse files
author
Giuseppe De Marco
authored
fix: docker-compose.yml replaced build with image
1 parent 1fde91e commit 6b69a44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Docker-compose/docker-compose.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ services:
5151
- satosa-saml2spid
5252
## END: PARTE NUOVA
5353
satosa-saml2spid:
54-
#image: ghcr.io/italia/satosa-saml2spid:latest
54+
image: ghcr.io/italia/satosa-saml2spid:latest
5555
#image: satosa-saml2spid:latest
56-
build:
57-
context: ../
58-
args:
59-
- NODE_ENV=local
60-
dockerfile: Dockerfile
56+
#build:
57+
# context: ../
58+
# args:
59+
# - NODE_ENV=local
60+
# dockerfile: Dockerfile
6161
container_name: satosa-saml2spid
6262
depends_on:
6363
- satosa-mongo

0 commit comments

Comments
 (0)