We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e63db0 commit 1dfa5edCopy full SHA for 1dfa5ed
.github/workflows/pythonapp.yml
@@ -43,7 +43,7 @@ jobs:
43
python -m pytest
44
- name: Run App
45
run: |
46
- PARAMETERS=./defaults/cypress.cfg streamlit run st_app.py &
+ PARAMETERS=./defaults/cypress.cfg ASSETS=./defaults/assets streamlit run st_app.py &
47
- name: Cypress
48
uses: cypress-io/github-action@v1
49
with:
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.7.7-slim-buster
2
-ENV PARAMETERS=./defaults/webapp.cfg
3
ENV ASSETS=./defaults/assets/
+ENV PARAMETERS=./defaults/webapp.cfg
4
ENV PORT=8000
5
WORKDIR /app
6
COPY README.md .
0 commit comments