Merge pull request #4746 from overleaf/ae-project-history
Add endpoint for migrating a project from track-changes to full project history GitOrigin-RevId: 74e1fb1379a78a9569dda2007e677a4d277e38fb
This commit is contained in:
@@ -30,6 +30,7 @@ RUN mkdir -p /app/data/dumpFolder && \
|
||||
mkdir -p /app/data/pdf && \
|
||||
mkdir -p /app/data/uploads && \
|
||||
mkdir -p /app/data/zippedProjects && \
|
||||
mkdir -p /app/data/projectHistories && \
|
||||
chmod -R 0755 /app/data/ && \
|
||||
chown -R node:node /app/data/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user