start of internal html files
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user