updates Dockerfile_better

This commit is contained in:
franz.germann1 2024-10-28 14:23:52 +01:00
parent 577d12a5ac
commit 8cd4ab3cb6

View file

@ -1,7 +1,7 @@
FROM golang:latest AS builder FROM golang:latest AS builder
WORKDIR /shared-data/app WORKDIR /shared-data/app
COPY /workspace ./ COPY ./ ./
# RUN go mod download # RUN go mod download