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-11-21 20:47:08 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
85a8e377fc
overleaf
/
services
/
git-bridge
/
Dockerfile
6 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
Add makefile and basic dockerfile
2018-10-08 05:36:20 -04: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 05:21:41 -04:00
FROM maven:3-jdk-8
Add makefile and basic dockerfile
2018-10-08 05:36:20 -04:00
[docker] use a base image that already contains maven and openjdk Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-04-17 05:21:41 -04:00
WORKDIR /app
Reference in a new issue
Copy permalink