⚡️
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.venv
|
@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
# 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
|
||||
EXPOSE 10000
|
||||
|
Reference in New Issue
Block a user