File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 6
6
- pcnc/migrate-all-in-one
7
7
paths :
8
8
- " .github/workflows/dockerhub-release-aio.yml"
9
+ - " docker/all-in-one/Dockerfile"
9
10
- " common.vars*"
10
11
workflow_run :
11
12
workflows : [Release on Dockerhub]
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ RUN mkdir -p /etc/wal-g && \
224
224
RUN mkdir -p /var/log/wal-g && chmod +x /usr/bin/admin-mgr && chmod ug+s /usr/bin/admin-mgr && touch /etc/wal-g/config.json && chown adminapi:adminapi /etc/wal-g/config.json
225
225
RUN chown -R adminapi:adminapi /etc/adminapi
226
226
227
-
228
227
# Add healthcheck and entrypoint scripts
229
228
COPY docker/all-in-one/healthcheck.sh /usr/local/bin/
230
229
HEALTHCHECK --interval=3s --timeout=2s --start-period=4s --retries=10 CMD [ "healthcheck.sh" ]
You can’t perform that action at this time.
0 commit comments