Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -63,7 +63,7 @@ RUN chmod 644 /home/user/app/modules/auth.py
|
|
| 63 |
USER user
|
| 64 |
# Now you can run sed command or any other modifications on auth.py
|
| 65 |
# For example:
|
| 66 |
-
|
| 67 |
|
| 68 |
# Continue with the rest of your Dockerfile...
|
| 69 |
|
|
|
|
| 63 |
USER user
|
| 64 |
# Now you can run sed command or any other modifications on auth.py
|
| 65 |
# For example:
|
| 66 |
+
RUN sed -i "s|def load_auth_data.*|def.load_auth_data() pass|" /home/user/app/modules/auth.py
|
| 67 |
|
| 68 |
# Continue with the rest of your Dockerfile...
|
| 69 |
|