Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
14 |
ARG ACC_TOKEN
|
15 |
ENV AccToken=${ACC_TOKEN}
|
16 |
|
17 |
-
# Expose the port the app runs on
|
18 |
EXPOSE 7860
|
19 |
|
20 |
# Define the command to run the application
|
|
|
14 |
ARG ACC_TOKEN
|
15 |
ENV AccToken=${ACC_TOKEN}
|
16 |
|
17 |
+
# Expose the port the app runs on
|
18 |
EXPOSE 7860
|
19 |
|
20 |
# Define the command to run the application
|