feat:#36 fixed Dockerfile Entrypoint

This commit is contained in:
Elmar Kresse
2024-06-19 01:06:30 +02:00
parent 0c9e4ec90d
commit 7b9dd0ed50
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