2ch commited on
Commit
f937f3d
·
verified ·
1 Parent(s): a18d122

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM archlinux:base
2
  ENV UV_INSTALL_DIR="/usr/local/bin"
 
3
  RUN pacman -Syu --noconfirm && \
4
  pacman -S --noconfirm curl && \
5
  pacman -Scc --noconfirm && \
 
1
  FROM archlinux:base
2
  ENV UV_INSTALL_DIR="/usr/local/bin"
3
+ WORKDIR /app
4
  RUN pacman -Syu --noconfirm && \
5
  pacman -S --noconfirm curl && \
6
  pacman -Scc --noconfirm && \