Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit 4028dc0

Browse files
authored
Update Dockerfile
1 parent c9c8430 commit 4028dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM python:3.8.10-slim
22
ENV VERSION 0.14.2
3+
WORKDIR /app
34
ADD requirements.txt .
45
RUN apt update && apt install -y binutils \
56
&& pip install -r requirements.txt \
67
&& strip /usr/local/lib/python3.8/site-packages/chdb/_chdb.cpython-38-*-linux-gnu.so \
78
&& rm -rf /var/lib/apt/lists/* && rm -rf ~/.cache/pip/*
8-
WORKDIR /app
99
ADD main.py .
1010
ADD public ./public
1111
EXPOSE 8123

0 commit comments

Comments
 (0)