Munzali commited on
Commit
c86e6a1
·
verified ·
1 Parent(s): 41623e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # 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
 
 
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