Fixed docker installation on Windows 11 Pro (#675)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM python:3.10-slim-bullseye
|
FROM python:3.10-slim-bullseye
|
||||||
|
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y libcairo2-dev gcc
|
RUN apt-get update && apt-get install -y libcairo2-dev gcc
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: "postgres://postgres:postgres@db:5432/horilla"
|
DATABASE_URL: "postgres://postgres:postgres@db:5432/horilla"
|
||||||
command: ./entrypoint.sh
|
command: sh ./entrypoint.sh
|
||||||
volumes:
|
volumes:
|
||||||
- ./horilla:/app/horilla
|
- ./horilla:/app/horilla
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user