Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasRakotomalala committed Apr 22, 2021
1 parent 710d4c3 commit 69beb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HeavyClient/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM mcr.microsoft.com/dotnet/framework/runtime:4.8

WORKDIR /app

COPY [Bb]in/[Dd]ebug .
COPY [Bb]in/[Rr]elease .

ENTRYPOINT ["HeavyClient.exe"]
2 changes: 1 addition & 1 deletion Host/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/framework/runtime:4.8

WORKDIR /app

COPY [Bb]in/[Dd]ebug .
COPY [Bb]in/[Rr]elease .

EXPOSE 8080

Expand Down

0 comments on commit 69beb03

Please sign in to comment.