15 lines
393 B
YAML
15 lines
393 B
YAML
version: "3"
|
|
|
|
services:
|
|
texlive-ja:
|
|
# build: .
|
|
image: tomoyanonymous/latex-remote-container-acmart:latest
|
|
environment:
|
|
SHELL: "/bin/bash"
|
|
command: sleep infinity
|
|
volumes:
|
|
- ../:/workdir
|
|
- ../.latexmkrc:/root/.latexmkrc
|
|
- ~/.zshrc:/root/.zshrc #bashの設定
|
|
- ~/.ssh:/root/.ssh #sshキー
|
|
#- ~/.gitconfig:/root/.gitconfig #gitの設定 |