mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
feat(docker): Check for /app/config volume mount during setup (#826)
This commit is contained in:
@@ -15,6 +15,8 @@ RUN yarn install --production --ignore-scripts --prefer-offline
|
||||
RUN rm -rf src && \
|
||||
rm -rf server
|
||||
|
||||
RUN touch config/DOCKER
|
||||
|
||||
RUN echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > committag.json
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user