Skip to content

Commit 72b32a3

Browse files
chore: finalize integration test investigation fix
Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com>
1 parent 3bcb408 commit 72b32a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

FileProcessor/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN mkdir -p /home/txnproc/bulkfiles
2727
FROM mkdir AS final
2828
WORKDIR /app
2929
COPY --from=publish /app/publish .
30-
RUN chown -R app:app /app /home/txnproc
30+
RUN mkdir -p /home/txnproc \
31+
&& chown -R app:app /app /home/txnproc
3132
USER app
3233
ENTRYPOINT ["dotnet", "FileProcessor.dll"]

0 commit comments

Comments
 (0)