mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-07-07 12:24:38 +02:00
feat: final working demo Dockerfiles
This commit is contained in:
@ -16,7 +16,7 @@ WORKDIR /app
|
||||
COPY idps /app/idps
|
||||
|
||||
# Copie du fichier de configuration
|
||||
COPY config.json /app/config.json
|
||||
COPY Demo/config/config-idps.json /app/config.json
|
||||
|
||||
# Utiliser le script comme point d'entrée
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user