File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ RUN git clone -b ${ANNOTATOR_BRANCH} --recursive ${ANNOTATOR_REPO} .
88RUN git rev-parse HEAD > /build/annotator/version.txt
99RUN pip wheel --wheel-dir=/build/wheels /build/annotator
1010
11- FROM caddy:2.8-builder AS caddy_builder
12- RUN xcaddy build
11+ # FROM caddy:2.8-builder AS caddy_builder
12+ # RUN xcaddy build
1313
1414FROM node:lts-trixie-slim AS node_builder
1515WORKDIR /swagger
@@ -33,7 +33,7 @@ COPY --from=builder --chown=annotator:annotator /build/annotator/version.txt /ho
3333COPY --from=builder --chown=annotator:annotator /build/annotator/docker/configuration/supervisord.conf /etc/supervisor/supervisord.conf
3434COPY --from=builder --chown=annotator:annotator /build/annotator/docker/configuration/Caddyfile /etc/caddy/Caddyfile
3535
36- COPY --from=caddy_builder --chown=annotator:annotator /usr/bin/caddy /usr/bin/caddy
36+ # COPY --from=caddy_builder --chown=annotator:annotator /usr/bin/caddy /usr/bin/caddy
3737
3838COPY --from=node_builder --chown=annotator:annotator /swagger/dist /swagger/dist
3939
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ logfile=/dev/stdout
66logfile_maxbytes=0
77logfile_backups=0
88
9- [program:caddy]
10- command=caddy run --config /etc/caddy/Caddyfile --adapter caddyfile
11- autorestart=true
12- stdout_logfile=/dev/stdout
13- stdout_logfile_maxbytes=0
14- stdout_logfile_backups=0
15- stderr_logfile=/dev/stderr
16- stderr_logfile_maxbytes=0
17- stderr_logfile_backups=0
9+ # [program:caddy]
10+ # command=caddy run --config /etc/caddy/Caddyfile --adapter caddyfile
11+ # autorestart=true
12+ # stdout_logfile=/dev/stdout
13+ # stdout_logfile_maxbytes=0
14+ # stdout_logfile_backups=0
15+ # stderr_logfile=/dev/stderr
16+ # stderr_logfile_maxbytes=0
17+ # stderr_logfile_backups=0
1818
1919[program:python_app]
2020command=/home/annotator/venv/bin/python -m biothings_annotator --conf=/home/annotator/configuration/default.json --port 9001
You can’t perform that action at this time.
0 commit comments