Skip to content
Snippets Groups Projects

Deployment configuration

Merged Thibaut DE SAIVRE requested to merge deployment-configuration into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -7,7 +7,7 @@ WORKDIR /app
COPY requirements.txt /app
RUN pip install --no-cache-dir -r requirements.txt
# Copy JazzBot contents to /JazzBot (this step may not)
# Copy JazzBot contents to /app
COPY ./JazzBot /app
# Expose port 8501 for Streamlit app
Loading