Skip to content

Commit 1dfa5ed

Browse files
committed
Update pythonapp env with ASSETS
1 parent 4e63db0 commit 1dfa5ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python -m pytest
4444
- name: Run App
4545
run: |
46-
PARAMETERS=./defaults/cypress.cfg streamlit run st_app.py &
46+
PARAMETERS=./defaults/cypress.cfg ASSETS=./defaults/assets streamlit run st_app.py &
4747
- name: Cypress
4848
uses: cypress-io/github-action@v1
4949
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.7.7-slim-buster
2-
ENV PARAMETERS=./defaults/webapp.cfg
32
ENV ASSETS=./defaults/assets/
3+
ENV PARAMETERS=./defaults/webapp.cfg
44
ENV PORT=8000
55
WORKDIR /app
66
COPY README.md .

0 commit comments

Comments
 (0)