Skip to content

Commit

Permalink
another dkr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 13, 2022
1 parent b79c839 commit e86eedb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/Dockerfile.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ RUN make build-cli OUTFILE=/go/bin/plural && \
plural --help && \
plural version && \
cp start-session.sh /usr/local/bin/start-session.sh && \
chmod +x /usr/local/bin/start-session.sh
chmod +x /usr/local/bin/start-session.sh && \
cp boot.sh /home/plural/boot.sh && \
chmod +x /home/plural/boot.sh

WORKDIR /home/plural
USER plural

COPY tmux /home/plural/tmux
COPY welcome.txt /home/plural/welcome.txt
COPY boot.sh /hom/plural/boot.sh

RUN chmod +x /home/plural/boot.sh
RUN sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" && \
cp tmux/.tmux.conf /home/plural/.tmux.conf && \
cp tmux/.tmux.conf.local /home/plural/.tmux.conf.local && \
Expand Down

0 comments on commit e86eedb

Please sign in to comment.