stuff
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM rockylinux:9
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN ["dnf", "install", "-y", "python3-pip"]
|
||||
RUN ["pip3", "install", "-r", "requirements.txt"]
|
||||
CMD ["hypercorn", "api", "-b", "0.0.0.0:8080"]
|
||||
Reference in New Issue
Block a user