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 \
net-tools \
netcat \
texlive-base \
texlive-extra-utils \
texlive-latex-base \
texlive-latex-extra \
texlive-latex-recommended \
texlive-science \
latexmk\
texlive-full \
sudo
RUN \

View File

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