Updated some things for infrastructure
This commit is contained in:
parent
8bb37bbc21
commit
c5b595ad40
3 changed files with 14 additions and 2 deletions
|
@ -4,6 +4,8 @@ WORKDIR /app
|
|||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN apk install sqlite3
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY /src .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue