modified: Dockerfile
new file: src/models/user.go add structure for serv_golang_rest_api service
This commit is contained in:
@@ -11,4 +11,4 @@ FROM gcr.io/distroless/static-debian12
|
|||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY --from=builder /go/bin/app /app
|
COPY --from=builder /go/bin/app /app
|
||||||
CMD ["/app"]
|
CMD ["/app"]
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
Reference in New Issue
Block a user