Skip to content

Commit 2327cf6

Browse files
Update Dockerfilewindows
1 parent 3ad4240 commit 2327cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FileProcessor/Dockerfilewindows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN dotnet publish "FileProcessor.csproj" -c Release -o /app/publish
2020

2121
FROM base AS mkdir
2222
WORKDIR /home
23-
RUN mkdir -p /home/txnproc/bulkfiles
23+
RUN mkdir /home/txnproc/bulkfiles
2424

2525
FROM mkdir AS final
2626
WORKDIR /app

0 commit comments

Comments
 (0)