Skip to content

Commit

Permalink
exposed port 80 on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-yassir committed Aug 26, 2024
1 parent 387131f commit 2384a3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tfgrid3/jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ COPY rootfs /
RUN mkdir -p /root/.jenkins/init.groovy.d
COPY /set-admin-user.groovy /root/.jenkins/init.groovy.d/set-admin-user.groovy

EXPOSE 9090
EXPOSE 80

ENTRYPOINT [ "/sbin/zinit", "init" ]
3 changes: 2 additions & 1 deletion tfgrid3/jenkins/rootfs/etc/zinit/sshd.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exec: /usr/sbin/sshd -D
exec: /usr/sbin/sshd -D
log: ring

0 comments on commit 2384a3e

Please sign in to comment.