diff --git a/serv_golang_rest_api/Dockerfile b/serv_golang_rest_api/Dockerfile index 7455663..ea198af 100644 --- a/serv_golang_rest_api/Dockerfile +++ b/serv_golang_rest_api/Dockerfile @@ -11,4 +11,4 @@ FROM gcr.io/distroless/static-debian12 WORKDIR / COPY --from=builder /go/bin/app /app CMD ["/app"] -EXPOSE 8080 +EXPOSE 8080 \ No newline at end of file diff --git a/serv_golang_rest_api/src/models/user.go b/serv_golang_rest_api/src/models/user.go new file mode 100644 index 0000000..e69de29