This website requires JavaScript.
Explore
Help
Sign in
github
/
overleaf
Watch
1
Star
0
Fork
You've already forked overleaf
0
mirror of
https://github.com/overleaf/overleaf.git
synced
2024-12-29 04:15:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
bf44fe3b29
overleaf
/
services
/
git-bridge
/
Dockerfile
6 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
Add makefile and basic dockerfile
2018-10-08 09:36:20 +00:00
# Dockerfile for git-bridge
[docker] use a base image that already contains maven and openjdk Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-04-17 09:21:41 +00:00
FROM maven:3-jdk-8
Add makefile and basic dockerfile
2018-10-08 09:36:20 +00:00
[docker] use a base image that already contains maven and openjdk Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-04-17 09:21:41 +00:00
WORKDIR /app
Reference in a new issue
Copy permalink