Skip to content

Commit

Permalink
no need for mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Apr 21, 2024
1 parent b8aba89 commit 4be78e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile-beta
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN python3 -m pip install --upgrade pip && pip install packaging

RUN groupadd axolotl && \
useradd -m -g axolotl -s /bin/bash axolotl && \
mkdir /workspace && \
chown axolotl:axolotl /workspace

USER axolotl
Expand Down

0 comments on commit 4be78e9

Please sign in to comment.