mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-07 04:09:15 +02:00
feat:#36 fixed Dockerfile Entrypoint
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
# build stage
|
# build stage
|
||||||
FROM golang:alpine AS build
|
FROM golang:alpine AS build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /htwkalender-data-manager
|
||||||
|
|
||||||
RUN apk add --no-cache --update go gcc g++
|
RUN apk add --no-cache --update go gcc g++
|
||||||
# Copy the source from the current directory to the Working Directory inside the container
|
# Copy the source from the current directory to the Working Directory inside the container
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
# build stage
|
# build stage
|
||||||
FROM golang:alpine AS build
|
FROM golang:alpine AS build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /htwkalender-ical
|
||||||
|
|
||||||
RUN apk add --no-cache --update go gcc g++
|
RUN apk add --no-cache --update go gcc g++
|
||||||
# Copy the source from the current directory to the Working Directory inside the container
|
# Copy the source from the current directory to the Working Directory inside the container
|
||||||
|
Reference in New Issue
Block a user