Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 16, 2024
1 parent cbaaed7 commit ec28fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN apt update && apt install -y gnupg wget software-properties-common && \

# Test version
COPY scripts/check_version.sh /opt/check_version.sh
RUN check_version.sh ${release}
RUN /opt/check_version.sh ${release}

0 comments on commit ec28fe1

Please sign in to comment.