Skip to content

Commit 3a3601e

Browse files
authored
add missing package.json file to docker build (used for a version check) (#24065)
1 parent 4296c8a commit 3a3601e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ ENV WEB_CONCURRENCY 1
8484
ENV PORT 4000
8585

8686
# Copy only what's needed to run the server
87+
COPY --chown=node:node package.json ./
8788
COPY --chown=node:node assets ./assets
8889
COPY --chown=node:node includes ./includes
8990
COPY --chown=node:node translations ./translations

0 commit comments

Comments
 (0)