mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
feat:#36 fixed Dockerfile Entrypoint
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user