diff --git a/Dockerfile.wbx b/Dockerfile.wbx index d6e2ac4..7e2ca6c 100644 --- a/Dockerfile.wbx +++ b/Dockerfile.wbx @@ -29,6 +29,7 @@ WORKDIR / COPY ./whiteboxservice/assets /assets COPY ./whiteboxservice/templates /templates +COPY ./whiteboxservice/bin /bin COPY --from=build /app/bin/wbx ./wbx RUN adduser -D nonroot