Skip to content

Commit

Permalink
πŸ’š Fix erpc dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jan 7, 2025
1 parent f06ea49 commit 37a4865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/erpc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Config bundler step
FROM oven/bun:latest AS bundler
RUN mkdir -p /temp/dev

# Clean up and create directory with proper permissions
RUN rm -rf /temp/dev || true && mkdir -p /temp/dev

# Bundle everything in a single erpc.js file
COPY . /temp/dev
Expand Down

0 comments on commit 37a4865

Please sign in to comment.