Skip to content

Commit e0aa42d

Browse files
committed
More fixes
1 parent 4b38acd commit e0aa42d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cartservice/src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# https://mcr.microsoft.com/v2/dotnet/sdk/tags/list
18-
FROM --platform=$BUILDPLATFORM registry.ddbuild.io/images/mirror/dotnet:sdk-8.0.100-1 AS builder
18+
FROM registry.ddbuild.io/images/mirror/dotnet:sdk-8.0.100-1 AS builder
1919
ARG TARGETARCH
2020

2121
WORKDIR /usr/src/app/

src/emailservice/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM base as builder
88

99
WORKDIR /tmp
1010

11-
COPY Gemfile Gemfile.lock .
11+
COPY Gemfile Gemfile.lock ./
1212

1313
#RUN apk update && apk add make gcc musl-dev gcompat && bundle install
1414
RUN apt-get update && apt-get install build-essential -y && bundle install

0 commit comments

Comments
 (0)