move s6-overlay files to /build/docker/

This commit is contained in:
Jasper 2022-12-19 21:24:06 -08:00
parent c56a3b8fdf
commit f59c88e279
3 changed files with 1 additions and 1 deletions

View file

@ -45,7 +45,7 @@ HEALTHCHECK \
CMD curl -f http://127.0.0.1/healthcheck || exit 1
# copy local files
COPY root/ /
COPY build/docker/root/ /
# ports and volumes
EXPOSE 80