Spaces:
Runtime error
Runtime error
circulartext
commited on
Commit
•
7b3c439
1
Parent(s):
ee79d22
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
FROM circulartextapp/circulartextai
|
3 |
|
4 |
# Set the working directory to /app
|
5 |
-
WORKDIR /
|
6 |
|
7 |
# Copy the current directory contents into the container at /app
|
8 |
-
COPY . /
|
9 |
|
10 |
# Define the user ID in the environment variable USER_ID with a default value
|
11 |
ARG USER_ID=1000
|
|
|
2 |
FROM circulartextapp/circulartextai
|
3 |
|
4 |
# Set the working directory to /app
|
5 |
+
WORKDIR /code
|
6 |
|
7 |
# Copy the current directory contents into the container at /app
|
8 |
+
COPY . /code
|
9 |
|
10 |
# Define the user ID in the environment variable USER_ID with a default value
|
11 |
ARG USER_ID=1000
|