Update docker-compose copy bin folder

Bas Kloosterman 11 months ago
parent 81876ae051
commit f7bd097470
  1. 1
      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

Loading…
Cancel
Save