File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,9 @@ watch-rama-fp *ARGS:
113113 @ cargo install cargo-watch
114114 cargo watch -x ' run -p rama-fp -- {{ ARGS}} '
115115
116- docker-build-rama-fp :
117- docker build -f rama-fp/ infra/ Dockerfile -t glendc/ rama-fp:latest .
118-
119- docker-push-rama-fp : docker-build-rama-fp
120- docker push glendc/ rama-fp:latest
116+ docker-build-rama-cli :
117+ docker build -f rama-cli/ infra/ Dockerfile -t glendc/ rama-cli:latest .
118+ echo ' glendc/rama-cli:latest ready to use'
121119
122120browserstack-rama-fp :
123121 cd rama-fp/ browserstack && \
Original file line number Diff line number Diff line change 1- FROM rust:1-bookworm as builder
1+ FROM rust:1-bookworm AS builder
22
33RUN apt-get update && \
44 apt-get install --no-install-recommends -y cmake clang
You can’t perform that action at this time.
0 commit comments