update
This commit is contained in:
7
repos_extra/python-oauth-web-app/Dockerfile
Normal file
7
repos_extra/python-oauth-web-app/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM syui/aios
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pacman -Syu rye --noconfirm
|
||||
RUN rye sync
|
||||
|
Reference in New Issue
Block a user