Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +7 -1
Dockerfile
CHANGED
|
@@ -28,4 +28,10 @@ RUN python -m venv $HOME/.venv && \
|
|
| 28 |
|
| 29 |
COPY --chown=user . $HOME/app
|
| 30 |
RUN chmod +x $HOME/app/run.sh
|
| 31 |
-
CMD ["bash", "-c", "$HOME/app/run.sh"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
COPY --chown=user . $HOME/app
|
| 30 |
RUN chmod +x $HOME/app/run.sh
|
| 31 |
+
CMD ["bash", "-c", "$HOME/app/run.sh"]
|
| 32 |
+
<iframe
|
| 33 |
+
src="https://ayeeee45-expression-editor.hf.space"
|
| 34 |
+
frameborder="0"
|
| 35 |
+
width="850"
|
| 36 |
+
height="450"
|
| 37 |
+
></iframe>
|