Skip to content

Commit 6fe8221

Browse files
committed
6601: Ensured built assets in php image
1 parent 5cb37d0 commit 6fe8221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG APP_VERSION="develop"
22
ARG APP_IMAGE="os2display-api-service"
33

4-
FROM --platform=$BUILDPLATFORM ghcr.io/itk-dev/${APP_IMAGE}:${APP_VERSION} AS app
4+
FROM --platform=$BUILDPLATFORM ghcr.io/${APP_IMAGE}:${APP_VERSION} AS app
55

66
################################
77
# Nginx production image

0 commit comments

Comments
 (0)