diff --git a/v3/services/accesscodesvc/Dockerfile b/v3/services/accesscodesvc/Dockerfile index 45bbbf84..09e8b7ee 100644 --- a/v3/services/accesscodesvc/Dockerfile +++ b/v3/services/accesscodesvc/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY . . # Change to the directory of the service. -WORKDIR /app/services/accesscodesvc +WORKDIR /app/v3/services/accesscodesvc RUN go mod download # Build the service. The output binary is named "app". diff --git a/v3/services/authnsvc/Dockerfile b/v3/services/authnsvc/Dockerfile index 3e9215b5..47c0a1c6 100644 --- a/v3/services/authnsvc/Dockerfile +++ b/v3/services/authnsvc/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY . . # Change to the directory of the service. -WORKDIR /app/services/authnsvc +WORKDIR /app/v3/services/authnsvc RUN go mod download # Build the service. The output binary is named "app". diff --git a/v3/services/authrsvc/Dockerfile b/v3/services/authrsvc/Dockerfile index a2fdca12..90c3c76e 100644 --- a/v3/services/authrsvc/Dockerfile +++ b/v3/services/authrsvc/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY . . # Change to the directory of the service. -WORKDIR /app/services/authrsvc +WORKDIR /app/v3/services/authrsvc RUN go mod download # Build the service. The output binary is named "app". diff --git a/v3/services/conversionsvc/Dockerfile b/v3/services/conversionsvc/Dockerfile index 54e12ed0..ab74b2fa 100644 --- a/v3/services/conversionsvc/Dockerfile +++ b/v3/services/conversionsvc/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY . . # Change to the directory of the service. -WORKDIR /app/services/conversionsvc +WORKDIR /app/v3/services/conversionsvc RUN go mod download # Build the service. The output binary is named "app". diff --git a/v3/services/rbacsvc/Dockerfile b/v3/services/rbacsvc/Dockerfile index ccd3eef2..7abb4d69 100644 --- a/v3/services/rbacsvc/Dockerfile +++ b/v3/services/rbacsvc/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY . . # Change to the directory of the service. -WORKDIR /app/services/rbacsvc +WORKDIR /app/v3/services/rbacsvc RUN go mod download # Build the service. The output binary is named "app". diff --git a/v3/services/settingsvc/Dockerfile b/v3/services/settingsvc/Dockerfile index 11b9f0b0..a425aaa5 100644 --- a/v3/services/settingsvc/Dockerfile +++ b/v3/services/settingsvc/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY . . # Change to the directory of the service. -WORKDIR /app/services/settingsvc +WORKDIR /app/v3/services/settingsvc RUN go mod download # Build the service. The output binary is named "app". diff --git a/v3/services/usersvc/Dockerfile b/v3/services/usersvc/Dockerfile index 67b9adb5..3afd5d58 100644 --- a/v3/services/usersvc/Dockerfile +++ b/v3/services/usersvc/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY . . # Change to the directory of the service. -WORKDIR /app/services/usersvc +WORKDIR /app/v3/services/usersvc RUN go mod download # Build the service. The output binary is named "app".