Merge branch '36-improve-communication-between-microservices' into 'development'

feat:#36 fixed Dockerfile Entrypoint

See merge request htwk-software/htwkalender!37
This commit is contained in:
Elmar Kresse
2024-06-18 23:19:42 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# build stage
FROM golang:alpine AS build
WORKDIR /app
WORKDIR /htwkalender-data-manager
RUN apk add --no-cache --update go gcc g++
# Copy the source from the current directory to the Working Directory inside the container

View File

@ -17,7 +17,7 @@
# build stage
FROM golang:alpine AS build
WORKDIR /app
WORKDIR /htwkalender-ical
RUN apk add --no-cache --update go gcc g++
# Copy the source from the current directory to the Working Directory inside the container