This commit is contained in:
Nick Darrell 2023-10-04 13:24:00 +00:00
parent 566ee7bde9
commit 2204dcc28a

View File

@ -11,8 +11,8 @@ WORKDIR /app
# Bundle app source
COPY . /app
WORKDIR /app/app
RUN python -m pip install -r requirements.txt
WORKDIR /app/app
CMD [ "python", "main.py" ]