mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 16:41:37 +01:00
Restructured lektor project for simpler builds
This commit is contained in:
parent
48d9be8d9a
commit
367b3fddc4
16 changed files with 5 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
public/
|
public/
|
||||||
|
lektor/lektordata/output/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@ FROM debian:latest
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y python3-pip python3-venv pipx
|
RUN apt install -y python3-pip python3-venv pipx
|
||||||
RUN pipx install lektor
|
RUN pipx install lektor
|
||||||
RUN mkdir /opt/lektor
|
RUN mkdir -p /opt/lektor/project && mkdir -p /opt/lektor/output
|
||||||
WORKDIR /opt/lektor
|
|
||||||
|
WORKDIR /opt/lektor/project
|
||||||
|
|
||||||
ENV PATH="$PATH:/root/.local/bin"
|
ENV PATH="$PATH:/root/.local/bin"
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
Loading…
Add table
Reference in a new issue