Skip to content

Commit 451b1fb

Browse files
fix
1 parent 0cc3e00 commit 451b1fb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.10-slim
22

33
WORKDIR /app
44

5-
COPY . .
5+
COPY ./api .
66

77
RUN pip install --no-cache-dir -r requirements.txt
88

docker-compose.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
services:
2+
cas:
3+
image: ghcr.io/upayanmazumder/cas-api:latest

0 commit comments

Comments
 (0)