Skip to content

Commit 8ce50ce

Browse files
committed
Set WORKDIR to /root
1 parent d4d644f commit 8ce50ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ ENV PATH="/usr/local/poetry/bin:$PATH:/root/.krew/bin"
212212
# Copy all consolidated files
213213
COPY --from=consolidator / /
214214

215+
WORKDIR /root
216+
215217
RUN <<'EOT'
216218
set -e
217219
echo "::group::Install Linux utilities"

config/.bash_profile

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cd $HOME
2-
31
alias pwd='printf "%q\n" "$(builtin pwd)"'
42
alias cdd='cd - > /dev/null'
53
alias ls='ls --color=auto'

0 commit comments

Comments
 (0)