Skip to content

Commit

Permalink
Finally run dashboard-server from code.org.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
snickell committed Sep 6, 2023
1 parent 52c207e commit e851a4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion k8s/code.org.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,7 @@ COPY --chown=${UID} --from=code.org-rbenv ${SRC}/Gemfile ${SRC}/Gemfile

SHELL [ "zsh", "-l", "-c" ]

CMD tail -f /dev/null
# CMD tail -f /dev/null
CMD \
eval "$(rbenv init -)" && \
./bin/dashboard-server

0 comments on commit e851a4f

Please sign in to comment.