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

Update Dockerfile

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