mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-08 20:57:45 +02:00
feat:#36 added protobuf for golang microservices
This commit is contained in:
@@ -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 ./
|
||||
|
Reference in New Issue
Block a user