Mohammed Foud commited on
Commit ·
9165779
1
Parent(s): 480e9b0
Add application file
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -36,6 +36,7 @@ RUN git clone https://github.com/mfoud444/suna.git /tmp/suna && \
|
|
| 36 |
cp -r /tmp/suna/backend/. /app && \
|
| 37 |
rm -rf /tmp/suna
|
| 38 |
|
|
|
|
| 39 |
# Install Python dependencies
|
| 40 |
COPY --chown=appuser:appuser requirements.txt .
|
| 41 |
RUN pip install --no-cache-dir -r requirements.txt gunicorn
|
|
|
|
| 36 |
cp -r /tmp/suna/backend/. /app && \
|
| 37 |
rm -rf /tmp/suna
|
| 38 |
|
| 39 |
+
|
| 40 |
# Install Python dependencies
|
| 41 |
COPY --chown=appuser:appuser requirements.txt .
|
| 42 |
RUN pip install --no-cache-dir -r requirements.txt gunicorn
|