Skip to content

Commit

Permalink
docker file copy file command update
Browse files Browse the repository at this point in the history
  • Loading branch information
Viji committed Jul 24, 2024
1 parent e2b2d70 commit 064847b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ RUN apt-get update && \
ENV PATH="/root/.local/bin:$PATH"

# Copying files from host to current working directory
COPY /out/net8.0 /app/out
# COPY /out/net8.0 /app/out
COPY /buildoutput/ /app/out

0 comments on commit 064847b

Please sign in to comment.