Skip to content

Commit 97af696

Browse files
committed
fix build
1 parent 21f20d2 commit 97af696

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

repository-services/isajson-ena/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
FROM gradle:jdk17 AS builder
33

44
WORKDIR /app
5-
# Copy receipt directory first (dependency)
6-
COPY receipt /app/receipt
7-
# Copy isajson-ena directory
8-
COPY isajson-ena /app/isajson-ena
5+
# Copy everything from context
6+
# IMPORTANT: Build context must be repository-services/ (parent directory), not isajson-ena/
7+
# This allows access to both receipt/ and isajson-ena/ directories
8+
COPY . .
99

1010
ARG GPR_USER
1111
ARG GPR_TOKEN

0 commit comments

Comments
 (0)