modified: Dockerfile

new file:   src/models/user.go
add structure for serv_golang_rest_api service
This commit is contained in:
2025-09-27 01:38:50 +05:00
parent 56a236870e
commit 12c855cacc
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ FROM gcr.io/distroless/static-debian12
WORKDIR /
COPY --from=builder /go/bin/app /app
CMD ["/app"]
EXPOSE 8080
EXPOSE 8080