Skip to content

Commit

Permalink
Dockerfile: Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Nov 2, 2023
1 parent f81edbe commit 3a5fd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN apt-get install -y \
RUN mkdir -p /usr/src/app \
&& cd /usr/src/app \
&& git clone https://github.com/lskatz/fasten \
&& git checkout v${SOFTWARE_VER} \
&& cd /usr/src/app/fasten \
&& git checkout v${SOFTWARE_VER} \
RUN cd /usr/src/app/fasten && cargo build --release


Expand Down

0 comments on commit 3a5fd09

Please sign in to comment.