Skip to content

Commit 50a1ca5

Browse files
authored
build: fix version path (#449)
1 parent 4202325 commit 50a1ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ FROM vendor
5050
ARG VERSION
5151
ARG REVISION
5252

53-
RUN echo "$VERSION (${REVISION:0:7})" > /var/www/.version
53+
RUN echo "$VERSION (${REVISION:0:7})" > /var/www/html/.version
5454

5555
COPY --from=assets --chown=www-data:www-data /build/public/build /var/www/html/public/build

0 commit comments

Comments
 (0)