Skip to content

Commit 398dcba

Browse files
committed
use docker compose to build now (fixes env issue)
1 parent 3f39336 commit 398dcba

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22
FROM python:3.10
33
WORKDIR /app
4-
COPY . /app/.
4+
COPY . .
55
RUN pip install --no-cache-dir -r /app/requirements.txt
66
CMD ["python", "run.py"]

build.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

build.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)