⚡️
This commit is contained in:
parent
f0d096b4d6
commit
14807d599e
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.venv
|
@ -8,7 +8,7 @@ WORKDIR /app
|
|||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
# Install any needed packages specified in requirements.txt
|
# Install any needed packages specified in requirements.txt
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
# Make port 10000 available to the world outside this container
|
# Make port 10000 available to the world outside this container
|
||||||
EXPOSE 10000
|
EXPOSE 10000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user