mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-06-25 03:16:18 +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
|
# syntax=docker/dockerfile:1
|
||||||
FROM alpine:3.18.2
|
FROM alpine:3.18.2
|
||||||
|
|
||||||
RUN mkdir /app && mkdir /app/data
|
RUN mkdir /lynxie && mkdir /lynxie/data
|
||||||
WORKDIR /app
|
WORKDIR /lynxie
|
||||||
|
|
||||||
COPY ./lynxie /app
|
COPY ./lynxie /lynxie
|
||||||
COPY ./poetry.lock /app
|
COPY ./poetry.lock /lynxie
|
||||||
COPY ./pyproject.toml /app
|
COPY ./pyproject.toml /lynxie
|
||||||
|
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk --no-cache add python3 py3-pip curl
|
RUN apk --no-cache add python3 py3-pip curl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue