Skip to content

Commit fe18187

Browse files
committed
[Backend bugfix] add libglib2.0 to docker image
1 parent 4941d31 commit fe18187

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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__/
1116
htmlcov/
1217
nosetests.xml
1318
coverage.xml
14-
*.cover
19+
*.cover

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44

55
RUN 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

run.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ fi
5555

5656
# Docker compose
5757
echo ""
58-
echo " Starting Azulweb..."
58+
echo " Starting Azumy..."
5959
echo ""
6060

6161
docker compose --env-file "$ENV_FILE" up --build -d
6262

6363
echo ""
64-
echo "Azulweb is running at http://localhost:8000"
64+
echo "Azumy is running at http://localhost:8000"
6565
echo ""
6666
echo " To stop: docker compose down"
6767
echo " To view logs: docker compose logs -f"

0 commit comments

Comments
 (0)