meaning that the below should work: ``` FROM authz...
# spicedb
i
meaning that the below should work:
Copy code
FROM authzed/spicedb:v1.12.0

ARG SPICEDB_GRPC_PRESHARED_KEY
ENV SPICEDB_GRPC_PRESHARED_KEY=${SPICEDB_GRPC_PRESHARED_KEY}

ENTRYPOINT ["spicedb", "serve", "--grpc-preshared-key", "--http-enabled"]

EXPOSE 8443/tcp 50051/tcp 8080/tcp 9090/tcp