We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad8ab5 commit 0454df1Copy full SHA for 0454df1
1 file changed
dockerfile
@@ -15,12 +15,12 @@ RUN apk update && \
15
cmd:bash
16
17
# Copy the project files into the container
18
-COPY build-featherHash.bash /FeatherHash/build-featherHash.bash
+COPY build-featherHash.sh /FeatherHash/build-featherHash.sh
19
COPY FeatherHash/* /FeatherHash/FeatherHash/
20
COPY LICENSE /FeatherHash/LICENSE
21
22
# Build the project using the provided build script
23
-RUN ./build-featherHash.bash
+RUN ./build-featherHash.sh
24
25
# Install necessary testing tools
26
RUN apk update && \
0 commit comments