Skip to content

Commit ef5ea5e

Browse files
authored
Merge pull request #71 from aqerd/railways-deploy
Docker compose installment for Railways
2 parents 011107e + 1c71ab4 commit ef5ea5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.13-slim
22

33
WORKDIR /work/
44

5-
RUN apt-get update && apt-get install -y make && rm -rf /var/lib/apt/lists/*
5+
RUN apt-get update && apt-get install -y make docker-compose && rm -rf /var/lib/apt/lists/*
66

77
RUN pip install uv
88
COPY ./pyproject.toml /work/pyproject.toml

0 commit comments

Comments
 (0)