Updated the PORT
This commit is contained in:
@@ -14,7 +14,7 @@ COPY . ./
|
||||
# Install production dependencies.
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
ENV PORT 8080
|
||||
ENV PORT 5000
|
||||
EXPOSE $PORT
|
||||
|
||||
# Run the web service on container startup. Here we use the gunicorn
|
||||
|
||||
Reference in New Issue
Block a user