feat:#36 added protobuf for golang microservices

This commit is contained in:
Elmar Kresse
2024-06-16 02:54:50 +02:00
parent a56c17e945
commit 8548a537ec
55 changed files with 186 additions and 990 deletions

View File

@@ -53,8 +53,8 @@ FROM golang:1.21.6 AS dev
WORKDIR /htwkalender-data-manager
# Copy go mod and sum files
COPY go.mod go.sum ./
RUN go mod download
# COPY ../go.mod ../go.sum ./
# RUN go mod download
# Copy the source from the current directory to the Working Directory inside the container
COPY *.go ./