Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yarons authored Nov 28, 2024
1 parent 3be9d8f commit 685193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN chown -R bastion:bastion /ssh

ADD init.sh /ssh/init.sh

ENTRYPOINT sh /ssh/init.sh
ENTRYPOINT ["sh", "/ssh/init.sh"]

0 comments on commit 685193a

Please sign in to comment.