You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+11-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
### BUILD
2
-
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.201 AS build
2
+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.201 AS build-env
3
3
WORKDIR /source
4
4
5
5
# Prerequisites
@@ -42,8 +42,15 @@ RUN yarn --cwd src/PokerTime.Web/
42
42
#COPY build.* .
43
43
#RUN ./build.sh --target=restore-node-packages
44
44
45
-
# ... run tests - TODO: check if we can use multistage with docker repository build [https://github.com/dotnet/dotnet-docker/blob/master/samples/complexapp/Dockerfile]
0 commit comments