Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdraven authored Dec 29, 2023
1 parent 7ec67e0 commit 2f0f126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/check/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ADD . /data

WORKDIR /data

COPY check.sh /data/web/check.sh
COPY check.sh /data/check.sh

RUN chmod +x /data/web/check.sh
# Définir le script d'entrypoint

ENTRYPOINT ["/data/web/check.sh"]
ENTRYPOINT ["/data/check.sh"]

0 comments on commit 2f0f126

Please sign in to comment.