File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- workspace /
21__pycache__ /
2+ # workspace
3+ * /workspace /*
4+ * /Workspace /*
5+ Workspace /*
6+ workspace /*
7+ * .tiff
38* .fits
49* .pyc
510.venv /
@@ -11,4 +16,4 @@ __pycache__/
1116htmlcov /
1217nosetests.xml
1318coverage.xml
14- * .cover
19+ * .cover
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ WORKDIR /app
44
55RUN apt-get update && apt-get install -y --no-install-recommends \
66 libgl1 \
7+ libglib2.0-0 \
78 git \
89 && rm -rf /var/lib/apt/lists/*
910
Original file line number Diff line number Diff line change 5555
5656# Docker compose
5757echo " "
58- echo " Starting Azulweb ..."
58+ echo " Starting Azumy ..."
5959echo " "
6060
6161docker compose --env-file " $ENV_FILE " up --build -d
6262
6363echo " "
64- echo " ✓ Azulweb is running at http://localhost:8000"
64+ echo " ✓ Azumy is running at http://localhost:8000"
6565echo " "
6666echo " To stop: docker compose down"
6767echo " To view logs: docker compose logs -f"
You can’t perform that action at this time.
0 commit comments