Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .docker/Dockerfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
FROM ${CLI_IMAGE} as cli
FROM govcms/php:${GOVCMS_IMAGE_VERSION}

ARG LAGOON_PROJECT
ARG LAGOON_ENVIRONMENT

# Clean up base image so as not to conflict with any changes.
RUN rm -rf /app

COPY --from=cli /app /app

# Define HTTPAV identifier.
ENV HTTPAV_IDENTIFIER=${LAGOON_PROJECT}-${LAGOON_ENVIRONMENT}