Skip to content

Commit e8bde76

Browse files
[PATCH] mor pathname fixes
1 parent 0454df1 commit e8bde76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Use the official Alpine Linux image as the base image
22
FROM --platform="linux/${TARGETARCH}" alpine:latest as featherhash-bellows
33

4-
RUN mkdir -p /NullForge/Make && \
5-
mkdir -p /NullForge/tests
4+
RUN mkdir -p /FeatherHash/FeatherHash && \
5+
mkdir -p /FeatherHash/tests
66

77
# Set the working directory inside the container
88
WORKDIR /FeatherHash

0 commit comments

Comments
 (0)