Got it working with docker
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user