There was an error while loading. Please reload this page.
2 parents d8f8873 + a761510 commit fc8cd46Copy full SHA for fc8cd46
Dockerfile
@@ -16,7 +16,7 @@ COPY ./Promact.Oauth.Server/src/Promact.Oauth.Server ./
16
17
# copy and build everything else
18
RUN npm run build && gulp copytowwwroot && npm run bundle && mkdir /out
19
-RUN cd.. && cd.. && dotnet restore
+RUN dotnet restore
20
RUN dotnet publish -c Release -o /out && cp appsettings.development.example.json /out/appsettings.production.json && rm -rf /app
21
ENV ASPNETCORE_ENVIRONMENT Production
22
COPY entrypoint.sh /usr/local/bin/
0 commit comments