Skip to content

Commit

Permalink
πŸ› Use latest erpc image
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Dec 17, 2024
1 parent d63e998 commit 5c25255
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/erpc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ RUN cd /temp/dev && bun install --production
RUN cd /temp/dev && bun build --outfile ./erpc.js --minify --target node --external "@erpc-cloud/*" src/index.ts

# Final image
FROM erpc-dev:latest AS final
#FROM ghcr.io/erpc/erpc:latest AS FINAL
FROM ghcr.io/erpc/erpc:main AS FINAL

# Copy the bundled config
COPY --from=bundler ./temp/dev/erpc.js /root/erpc.js
Expand Down

0 comments on commit 5c25255

Please sign in to comment.