Skip to content

Commit

Permalink
Don't build core for prodbox (#6345)
Browse files Browse the repository at this point in the history
* Don't build core for prodbox

* Add prodbox to network policy

* ✂️
  • Loading branch information
flvndvd authored Jul 25, 2024
1 parent f9283e9 commit 0ba89f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions prodbox.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ RUN cd connectors && npm run build

RUN cd front && FRONT_DATABASE_URI="sqlite:foo.sqlite" npm run build

# Core code and build
RUN cd core && cargo build --release

# Set the default start directory to /dust when SSH into the container
WORKDIR /dust

Expand Down

0 comments on commit 0ba89f4

Please sign in to comment.