Skip to content

Commit

Permalink
Specify nginx container CMD (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Mar 15, 2024
1 parent 9f724f1 commit 317b80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ COPY src/ttlsh_files /usr/share/nginx/html/ttlsh_files/
ADD entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 317b80a

Please sign in to comment.