Eurosmart commited on
Commit
946d596
·
1 Parent(s): c6fbfb0
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM apache/airflow:2.2.2-python3.9
3
 
4
  # Set up a new user named "user" with user ID 1000
5
- RUN useradd -m -u 1000 user
6
 
7
 
8
  # Set the working directory
 
2
  FROM apache/airflow:2.2.2-python3.9
3
 
4
  # Set up a new user named "user" with user ID 1000
5
+ # RUN useradd -m -u 1000 user
6
 
7
 
8
  # Set the working directory