Got it working with docker

This commit is contained in:
2025-03-18 13:13:00 +01:00
parent fa0d511bd6
commit 704a03be3d
3 changed files with 217 additions and 88 deletions

View File

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