diff options
author | Andrea Censi <AndreaCensi@users.noreply.github.com> | 2022-03-02 15:34:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 15:34:44 +0100 |
commit | a3127ad923f712d23b8d66798c704c1084d8b7f1 (patch) | |
tree | 762c0b6a6d4d05d9df0052082208e6bf98f1fd3b | |
parent | Update README.md (diff) | |
download | act4e-a3127ad923f712d23b8d66798c704c1084d8b7f1.tar.gz act4e-a3127ad923f712d23b8d66798c704c1084d8b7f1.zip |
Update Dockerfile
-rw-r--r-- | .devcontainer/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 120994e..601075b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -26,8 +26,8 @@ COPY .devcontainer/act4e-check /usr/local/bin RUN chmod +x /usr/local/bin/act4e-check -COPY src src -COPY setup.py . +# COPY src src +# COPY setup.py . -RUN python3 -m pip install -e . +# RUN python3 -m pip install -e . |