mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Update Dockerfile
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
5e6ba0bfa5
commit
d841be1148
@ -380,8 +380,8 @@ RUN (echo -e "\n\n[√] Finished Docker build succesfully. Saving build summary
|
||||
) | tee -a /VERSION.txt
|
||||
|
||||
# Verify ArchiveBox is installed and print version info
|
||||
RUN chmod +x "$CODE_DIR"/bin/*.sh \
|
||||
&& archivebox version 2>&1 | tee -a /VERSION.txt || true
|
||||
RUN chmod +x "$CODE_DIR"/bin/*.sh
|
||||
&& (archivebox version 2>&1 | tee -a /VERSION.txt || true)
|
||||
|
||||
####################################################
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user