diff --git a/Dockerfile b/Dockerfile index 17547f60337..90a05d7fdc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \ useradd -r -g bee --uid 999 --no-log-init -m bee; COPY --from=build /src/dist/bee /usr/local/bin/bee +COPY ressources /home/bee EXPOSE 6060 7070 8080 USER bee