annother hexxo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-12 01:57:15 +10:00
parent 55f0db1a33
commit 88e1b7afdd
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
FROM python:3.11-alpine FROM python:3.11-alpine
# copy the requirements file into the image # copy the requirements file into the image
COPY ./reqs.txt /app/reqs.txt COPY ./reqs.txt /app/reqs0.txt
# switch working directory # switch working directory
WORKDIR /app WORKDIR /app

View File