Skip to content

Commit aaeb8f5

Browse files
committed
chore:docker file updated
1 parent de6701f commit aaeb8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get update && \
3131
useradd -u 10000 -U -s /bin/sh miner
3232

3333
# Copy the pre-built binary into the image
34-
COPY target/release/polkadot-staking-miner /usr/local/bin/polkadot-staking-miner
34+
COPY ./polkadot-staking-miner /usr/local/bin
3535

3636
# Create writable workspace and output directories
3737
RUN mkdir -p /workspace/results /workspace/outputs && \

0 commit comments

Comments
 (0)