Skip to content

Commit fc8cd46

Browse files
author
Ankit Bhanvadia
authored
Merge pull request #340 from Promact/updateDockerFilePath
update docker file path
2 parents d8f8873 + a761510 commit fc8cd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY ./Promact.Oauth.Server/src/Promact.Oauth.Server ./
1616

1717
# copy and build everything else
1818
RUN npm run build && gulp copytowwwroot && npm run bundle && mkdir /out
19-
RUN cd.. && cd.. && dotnet restore
19+
RUN dotnet restore
2020
RUN dotnet publish -c Release -o /out && cp appsettings.development.example.json /out/appsettings.production.json && rm -rf /app
2121
ENV ASPNETCORE_ENVIRONMENT Production
2222
COPY entrypoint.sh /usr/local/bin/

0 commit comments

Comments
 (0)