mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-29 23:03:15 +00:00
Will this pain ever end?
This commit is contained in:
parent
bd55d6f5e0
commit
b53e58bd0d
13 changed files with 69 additions and 763 deletions
|
@ -1,12 +1,12 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM alpine:3.18.2
|
||||
|
||||
RUN mkdir /lynxie && mkdir /lynxie/data
|
||||
WORKDIR /lynxie
|
||||
RUN mkdir /app && mkdir /app/data
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./lynxie /lynxie
|
||||
COPY ./poetry.lock /lynxie
|
||||
COPY ./pyproject.toml /lynxie
|
||||
COPY ./lynxie /app
|
||||
COPY ./poetry.lock /app
|
||||
COPY ./pyproject.toml /app
|
||||
|
||||
RUN apk update
|
||||
RUN apk --no-cache add python3 py3-pip curl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue