start of internal html files

This commit is contained in:
2025-03-28 10:53:38 +01:00
parent 7853b4d2df
commit 1f467994f7
3 changed files with 47 additions and 3 deletions

View File

@ -29,6 +29,7 @@ FROM scratch
# copy the build artifact from the build stage
COPY --from=build /http_server/target/x86_64-unknown-linux-musl/release/http_server /
COPY ./www /www
COPY ./internal /internal
EXPOSE 8080