mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 09:06:21 +00:00
Initial commit
This commit is contained in:
12
.devcontainer/Dockerfile
Normal file
12
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM mcr.microsoft.com/devcontainers/python:3
|
||||
|
||||
RUN python -m pip install --upgrade pip \
|
||||
&& python -m pip install 'flit>=3.8.0'
|
||||
|
||||
ENV FLIT_ROOT_INSTALL=1
|
||||
|
||||
COPY pyproject.toml .
|
||||
RUN touch README.md \
|
||||
&& mkdir -p src/python_package \
|
||||
&& python -m flit install --only-deps --deps develop \
|
||||
&& rm -r pyproject.toml README.md src
|
||||
Reference in New Issue
Block a user