swap entrypoint, swap runner container
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22.2.0) (push) Failing after 1m51s

This commit is contained in:
brooke 2024-06-04 21:59:21 -04:00
parent 220913ca6b
commit 0b4585947d
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: debian-bookworm
strategy:
matrix:

View file

@ -19,4 +19,4 @@ RUN mv ./hugo /usr/bin/hugo
WORKDIR /home/app
RUN rm -rfv /tmp/temph
ENTRYPOINT [ "/bin/bash" ]
ENTRYPOINT [ "/bin/sh" ]