first commit
This commit is contained in:
13
server-ce/hotfix/4.0.5/Dockerfile
Normal file
13
server-ce/hotfix/4.0.5/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM sharelatex/sharelatex:4.0.4
|
||||
|
||||
# Patch: clear invite and invite tokens through the websocket
|
||||
COPY pr_13427.patch .
|
||||
RUN patch -p0 < pr_13427.patch
|
||||
|
||||
# Patch: https://github.com/Automattic/mongoose/commit/f1efabf350522257364aa5c2cb36e441cf08f1a2
|
||||
COPY mongoose_proto.patch .
|
||||
RUN patch -p0 < mongoose_proto.patch
|
||||
|
||||
# Patch: Allow digits in PDF filenames
|
||||
COPY pr_13122.patch .
|
||||
RUN patch -p0 < pr_13122.patch
|
Reference in New Issue
Block a user