Skip to content

Commit 4b28b09

Browse files
Just copy everything to ensure we can determine the version
1 parent e56aa0d commit 4b28b09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ COPY requirements.txt .
66
RUN pip install --no-cache-dir --upgrade pip wheel
77
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
88

9-
COPY pyproject.toml .
10-
COPY src/ .
9+
COPY . .
1110
RUN pip install '.'
1211

1312
CMD ["uvicorn", "nsls2api.main:api", "--proxy-headers", "--host", "0.0.0.0", "--port", "8080", "--workers", "4", "--ssl-keyfile=/etc/nsls2/tls/server.key", "--ssl-certfile=/etc/nsls2/tls/server.cer"]

0 commit comments

Comments
 (0)