Skip to content

Commit

Permalink
move to host directory at start
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 26, 2024
1 parent 42c95bd commit db639af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RUN mkdir -p /home/docker/.config/autostart && \
# hadolint ignore=SC3037
RUN echo "[Desktop Entry]\nType=Application" \
> /home/docker/.config/autostart/terminal.desktop && \
echo "Exec=gnome-terminal -- bash -c 'cat ~/.hi; exec bash'" \
echo "Exec=gnome-terminal -- bash -c 'cat ~/.hi; cd ~/HOST; exec bash'" \
>> /home/docker/.config/autostart/terminal.desktop && \
echo -e "X-GNOME-Autostart-enabled=true" \
>> /home/docker/.config/autostart/terminal.desktop

0 comments on commit db639af

Please sign in to comment.