Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -21,6 +21,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 21 |
|
| 22 |
# Copy the actual Python script and .env if it exists
|
| 23 |
COPY --chown=user:user main.py .
|
|
|
|
| 24 |
# We don't forcibly COPY .env because users should use HF Secrets,
|
| 25 |
# but if it's there it won't break anything.
|
| 26 |
|
|
|
|
| 21 |
|
| 22 |
# Copy the actual Python script and .env if it exists
|
| 23 |
COPY --chown=user:user main.py .
|
| 24 |
+
COPY --chown=user:user event_state_tracker.py .
|
| 25 |
# We don't forcibly COPY .env because users should use HF Secrets,
|
| 26 |
# but if it's there it won't break anything.
|
| 27 |
|