Skip to content

Commit

Permalink
Fix configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
unkhz committed Aug 5, 2024
1 parent 2013cec commit 88d26a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/configurator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM node:20-alpine
WORKDIR /app

COPY --link --from=ghcr.io/unkhz/ruuvipuserrin-base-bun /app/node_modules ./node_modules
COPY --link --from=build /app/packages/configurator/build ./build
COPY --link --from=build /app/packages/configurator/build ./packages/configurator/build

WORKDIR /app/packages/configurator

Expand Down

0 comments on commit 88d26a6

Please sign in to comment.