Skip to content

Commit

Permalink
Fix copy path.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 28, 2023
1 parent 172a80a commit b401635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXPOSE 5000
ENV ASPNETCORE_ENVIRONMENT="Production"
ENV ASPNETCORE_URLS="http://*:5000"

COPY /_immense.Remotely/Server/DockerMain.sh .
COPY /_immense.Remotely/Server/DockerMain.sh /src/DockerMain.sh
COPY /_immense.Remotely/Server/linux-x64/Server /app

WORKDIR /app
Expand Down

0 comments on commit b401635

Please sign in to comment.