claude/heroku-clone-mvp-plan-NREhc #1
1 changed files with 2 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ RUN rm -f server/src/main.rs
|
|||
|
||||
# Build actual source.
|
||||
COPY server/src ./server/src
|
||||
COPY server/templates ./server/templates
|
||||
RUN touch server/src/main.rs && \
|
||||
cargo build --release -p hiy-server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue