diff options
| author | Bobby <[email protected]> | 2024-08-11 22:21:10 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-08-11 22:21:10 -0400 |
| commit | e51b98e0b224e0c7e84b03ecbd9133e8a0fa1e4e (patch) | |
| tree | b24abf2ba32e4d206a2cf8116477d8ab17c473ce | |
| parent | 489ae2efaf543be3f0ed179199d074fc60939fd6 (diff) | |
| download | thatcomputerscientist-e51b98e0b224e0c7e84b03ecbd9133e8a0fa1e4e.tar.xz thatcomputerscientist-e51b98e0b224e0c7e84b03ecbd9133e8a0fa1e4e.zip | |
some dockerfile updates
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ WORKDIR /shifoo COPY . /shifoo -RUN pip3 install -r requirements.txt --break-system-packages +RUN pip3 install -r requirements.txt RUN chmod +x entrypoint.sh |
