Update Dockerfile

This commit is contained in:
mukul
2026-09-02 19:53:23 +00:00
parent efed96875f
commit 5bcc7391fb
+1
View File
@@ -8,3 +8,4 @@ FROM alpine:3.20
COPY --from=build /app /app COPY --from=build /app /app
EXPOSE 8080 EXPOSE 8080
ENTRYPOINT ["/app"] ENTRYPOINT ["/app"]