fix: legacy docker syntax in dockerfile
This commit is contained in:
parent
bfc15dd80c
commit
9644f101b3
@ -29,6 +29,6 @@ COPY --from=build /out/app /
|
|||||||
|
|
||||||
# if needed
|
# if needed
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ENV VALKEY_ADDR redis:6379
|
ENV VALKEY_ADDR=redis:6379
|
||||||
|
|
||||||
ENTRYPOINT [ "/app" ]
|
ENTRYPOINT [ "/app" ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user