Spaces:
Sleeping
Sleeping
bring in main.py
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -32,6 +32,8 @@ RUN pup py3.11
|
|
32 |
|
33 |
RUN pup fetch appenv fastapi uvicorn
|
34 |
|
|
|
|
|
35 |
EXPOSE 7860
|
36 |
|
37 |
# CMD ["pixi", "run", "python", "-m", "http.server", "7860", "--directory", "."]
|
|
|
32 |
|
33 |
RUN pup fetch appenv fastapi uvicorn
|
34 |
|
35 |
+
COPY --chown=user main.py .
|
36 |
+
|
37 |
EXPOSE 7860
|
38 |
|
39 |
# CMD ["pixi", "run", "python", "-m", "http.server", "7860", "--directory", "."]
|