Skip to content

Commit a243ff3

Browse files
ankitankit
ankit
authored and
ankit
committed
update travis.yml and Dockerfile
1 parent 12f4fad commit a243ff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ notifications:
2727
script:
2828
- dotnet build ./Promact.Oauth.Server/src/Promact.Oauth.Server.Tests -c Release
2929
- dotnet test ./Promact.Oauth.Server/src/Promact.Oauth.Server.Tests/project.json -c Release
30-
- cd ./Promact.Oauth.Server/src/Promact.Oauth.Server && npm install && npm run tslint && npm run test && npm run bundle && npm run codecov
30+
- cd ./Promact.Oauth.Server/src/Promact.Oauth.Server && npm install && npm run tslint && npm run test && npm run codecov
3131

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN bower install --allow-root
1616
COPY ./Promact.Oauth.Server/src/Promact.Oauth.Server ./
1717

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

0 commit comments

Comments
 (0)