Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20cb08727a |
@@ -21,7 +21,13 @@ RUN \
|
|||||||
nano \
|
nano \
|
||||||
net-tools \
|
net-tools \
|
||||||
netcat \
|
netcat \
|
||||||
texlive-full \
|
texlive-base \
|
||||||
|
texlive-extra-utils \
|
||||||
|
texlive-latex-base \
|
||||||
|
texlive-latex-extra \
|
||||||
|
texlive-latex-recommended \
|
||||||
|
texlive-science \
|
||||||
|
latexmk\
|
||||||
sudo
|
sudo
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
|
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:
|
||||||
@@ -9,7 +11,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- config:/config
|
||||||
ports:
|
ports:
|
||||||
- 8443:8443
|
- 443:8443
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
config:
|
config:
|
||||||
Reference in New Issue
Block a user