3 Commits

Author SHA1 Message Date
fc8a618256 Port angepasst. 2024-02-25 21:37:43 +01:00
31bf349a9a Fehler durch Tabulator gefixt. 2024-02-25 21:25:58 +01:00
0dc182cdf2 Build Befehl korrigiert. 2024-02-25 21:24:37 +01:00
2 changed files with 4 additions and 12 deletions

View File

@@ -21,13 +21,7 @@ RUN \
nano \ nano \
net-tools \ net-tools \
netcat \ netcat \
texlive-base \ texlive-full \
texlive-extra-utils \
texlive-latex-base \
texlive-latex-extra \
texlive-latex-recommended \
texlive-science \
latexmk\
sudo sudo
RUN \ RUN \

View File

@@ -1,9 +1,7 @@
version: "2.1"
services: services:
docker-latex-server: docker-latex-server:
build: build: .
context: . container_name: docker-latex-server
container_name: docker-latex-server
restart: unless-stopped restart: unless-stopped
environment: environment:
- TZ=Europe/Berlin - TZ=Europe/Berlin
@@ -11,7 +9,7 @@ services:
volumes: volumes:
- config:/config - config:/config
ports: ports:
- 443:8443 - 8443:8443
volumes: volumes:
config: config: