Skip to content

Commit

Permalink
fix: add observer to Dockerfile (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos authored May 30, 2024
1 parent 034626e commit a7b062e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ COPY --link package-lock.json package.json ./
# We cannot use a wildcard until `COPY --parents` is stabilised
# See https://docs.docker.com/reference/dockerfile/#copy---parents
COPY --link stats/package.json ./stats/
COPY --link observer/package.json ./observer/

RUN npm ci --workspaces

Expand Down

0 comments on commit a7b062e

Please sign in to comment.