Skip to content

Commit 64acdc3

Browse files
committed
fix justfile docker support for local docker cli testing
1 parent 183b3c3 commit 64acdc3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

justfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

122120
browserstack-rama-fp:
123121
cd rama-fp/browserstack && \

rama-cli/infra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1-bookworm as builder
1+
FROM rust:1-bookworm AS builder
22

33
RUN apt-get update && \
44
apt-get install --no-install-recommends -y cmake clang

0 commit comments

Comments
 (0)