Skip to content

Commit

Permalink
Fix docker binding
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Nov 3, 2023
1 parent 8bf9785 commit 0027da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm run build
FROM alpine

ENV PYTHONUNBUFFERED=1
RUN apk --update --upgrade add python3 python3-dev gcc musl-dev jpeg-dev zlib-dev libffi-dev cairo-dev pango-dev gdk-pixbuf-dev docker-cli
RUN apk --update --upgrade add python3 python3-dev gcc musl-dev jpeg-dev zlib-dev libffi-dev cairo-dev pango-dev gdk-pixbuf-dev docker-cli docker-compose
RUN ln -sf python3 /usr/bin/python
RUN python3 -m ensurepip
RUN pip3 install --no-cache --upgrade pip setuptools
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ services:
- DAC_OVERRIDE
- FOWNER
volumes:
- /var/lib/docker:/var/lib/docker
- /var/run/docker.sock.raw:/var/run/docker.sock
ports:
- "18180:5678"

0 comments on commit 0027da3

Please sign in to comment.