Skip to content

Commit

Permalink
chore: add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krhougs committed Oct 25, 2022
1 parent 90d1344 commit ba067f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY --from=builder /app/target/release/service_worker /usr/local/bin
COPY --from=builder /app/target/release/service_broker /usr/local/bin

LABEL org.opencontainers.image.source=https://github.com/Phala-Network/service-network
LABEL org.opencontainers.image.description="Phala Service Network"\
LABEL org.opencontainers.image.description="Phala Service Network"

RUN useradd -m -u 1000 -U -s /bin/sh -d /app app && \
ldd /usr/local/bin/service_worker && \
Expand Down

0 comments on commit ba067f8

Please sign in to comment.