diff --git a/Dockerfile b/Dockerfile index 4298e93..7a23ed8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,11 +31,6 @@ 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