Dockerfile.aarch64 aktualisiert
This commit is contained in:
@@ -28,14 +28,7 @@ RUN apt update && \
|
|||||||
|
|
||||||
FROM ${BUILD_RUNTIME_IMAGE}
|
FROM ${BUILD_RUNTIME_IMAGE}
|
||||||
|
|
||||||
ARG BUILD_APP_USER
|
|
||||||
|
|
||||||
COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/
|
COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/
|
||||||
|
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
VOLUME /data
|
||||||
WORKDIR /app
|
EXPOSE 8082
|
||||||
|
|
||||||
USER ${BUILD_APP_USER}
|
|
||||||
|
|
||||||
CMD ["init"]
|
|
||||||
Reference in New Issue
Block a user