add initial dockerfile
This commit is contained in:
parent
f02866725e
commit
ff343f686b
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
WORKDIR /3m
|
||||||
|
RUN apk update && apk add git mariadb-dev build-base
|
||||||
|
|
||||||
|
COPY ./requirements.txt /app/requirements.txt
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
ENTRYPOINT ["/3m/run.sh"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue