fix: legacy docker syntax in dockerfile

This commit is contained in:
Lukas Werner 2025-12-01 12:27:38 -08:00
parent bfc15dd80c
commit 9644f101b3
No known key found for this signature in database

View File

@ -29,6 +29,6 @@ COPY --from=build /out/app /
# if needed
EXPOSE 8080
ENV VALKEY_ADDR redis:6379
ENV VALKEY_ADDR=redis:6379
ENTRYPOINT [ "/app" ]