first commit
This commit is contained in:
6
server-ce/hotfix/3.5.1/Dockerfile
Normal file
6
server-ce/hotfix/3.5.1/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM sharelatex/sharelatex:3.5.0
|
||||
|
||||
# Patch: fix German locales
|
||||
COPY fix_de_locales.patch .
|
||||
RUN patch -p0 < fix_de_locales.patch
|
||||
RUN node genScript compile | bash
|
Reference in New Issue
Block a user