mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-06-24 10:56:19 +00:00
Errors importing
This commit is contained in:
parent
0e46aaaac8
commit
bd55d6f5e0
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM alpine:3.18.2
|
||||
|
||||
RUN mkdir /app && mkdir /app/data
|
||||
WORKDIR /app
|
||||
RUN mkdir /lynxie && mkdir /lynxie/data
|
||||
WORKDIR /lynxie
|
||||
|
||||
COPY ./lynxie /app
|
||||
COPY ./poetry.lock /app
|
||||
COPY ./pyproject.toml /app
|
||||
COPY ./lynxie /lynxie
|
||||
COPY ./poetry.lock /lynxie
|
||||
COPY ./pyproject.toml /lynxie
|
||||
|
||||
RUN apk update
|
||||
RUN apk --no-cache add python3 py3-pip curl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue