Commit b7583f0d authored by Janos Guljas's avatar Janos Guljas

update Dockerfile

parent 8d6c423f
...@@ -7,6 +7,6 @@ FROM debian ...@@ -7,6 +7,6 @@ FROM debian
RUN apt update && apt install -y \ RUN apt update && apt install -y \
ca-certificates \ ca-certificates \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY --from=builder /src/dist/bee bee COPY --from=builder /src/dist/bee /usr/local/bin/bee
RUN chmod +x ./bee RUN chmod +x /usr/local/bin/bee
ENTRYPOINT ["./bee"] 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