Spaces:
Paused
Paused
Commit
·
c464d5e
1
Parent(s):
2d1f077
Trying Python 3.9, again v3
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -26,6 +26,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
26 |
|
27 |
# Copy application code
|
28 |
COPY --chown=user . $HOME/app
|
|
|
29 |
|
30 |
# Make sure port matches the one in your code
|
31 |
EXPOSE 7680
|
|
|
26 |
|
27 |
# Copy application code
|
28 |
COPY --chown=user . $HOME/app
|
29 |
+
COPY --chown=user main $HOME/app/main
|
30 |
|
31 |
# Make sure port matches the one in your code
|
32 |
EXPOSE 7680
|