diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4298e93..6004abe 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -28,14 +28,7 @@ RUN apt update && \ FROM ${BUILD_RUNTIME_IMAGE} -ARG BUILD_APP_USER - COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/ - COPY root/ / - -WORKDIR /app - -USER ${BUILD_APP_USER} - -CMD ["init"] +VOLUME /data +EXPOSE 8082 \ No newline at end of file