mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Remove some newlines
This commit is contained in:
parent
98bd273bcb
commit
ef037a41e2
1 changed files with 0 additions and 3 deletions
|
@ -2,13 +2,10 @@ FROM docker.io/library/python:3.12-slim
|
|||
RUN apt update && apt install -y sqlite3
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
ENV ADVLABDB_DATA_DIR=/volumes/data
|
||||
|
||||
WORKDIR /volumes/repo
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip3 install -r requirements.txt && rm requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in a new issue