mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
* [history-v1] add migrations record after full binary file migration * [server-pro] add hotfix 5.5.5 * [server-ce] test: build hotfix 5.5.5 and use it in tests GitOrigin-RevId: fb84e5710c59f466a3305de5f32f78e0ac9ce15d
8 lines
236 B
Docker
8 lines
236 B
Docker
FROM sharelatex/sharelatex:5.5.4
|
|
|
|
# ../../bin/import_pr_patch.sh 27932
|
|
# Remove web migrations changes
|
|
# Remove test changes
|
|
COPY *.patch .
|
|
RUN bash -ec 'for p in *.patch; do echo "=== Applying $p ==="; patch -p1 < "$p" && rm $p; done'
|