Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ COPY . /app
|
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|
13 |
|
14 |
# Run the web service on container startup.
|
15 |
-
CMD exec streamlit run app.py --server.enableCORS false --server.port $PORT
|
|
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|
13 |
|
14 |
# Run the web service on container startup.
|
15 |
+
CMD exec streamlit run app.py --server.enableCORS false --server.port $PORT
|