forked from sangge/tpre-python
fix: update base image
This commit is contained in:
parent
a17adc8f4b
commit
fa039b3f24
@ -1,6 +1,8 @@
|
|||||||
FROM python:3.11
|
FROM python:3.11
|
||||||
|
|
||||||
COPY src /app
|
COPY requirements.txt /app/
|
||||||
|
|
||||||
|
COPY lib/* /lib/
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user