Commit 923f9b47 authored by Svetomir Smiljkovic's avatar Svetomir Smiljkovic

Refactor Dockerfile

parent b9981a3c
......@@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y \
groupadd -r drone && \
useradd --no-log-init -r -g drone drone
USER drone
COPY --from=build /src/dist/bee /usr/local/bin/bee
USER drone
ENTRYPOINT ["bee"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment