Spaces:
Runtime error
Runtime error
- 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
|