rafsanulhasan
04e754aabc
Change startup page to unsecured endpoint to HTTPS endpoint
2018-09-01 01:22:59 +06:00
Cesar De la Torre Llorente
c38d576e86
Deleted the docker-compose.ci.build.yml file as we don't need it anymore since we're using DOCKER MULTI-STAGE BUILDS.
2018-05-11 19:22:23 -07:00
Eduard Tomàs
02f5e1158a
Purchase BFF skeleton created
2018-01-26 17:09:36 +01:00
yanchenw
e4fa15b813
Optimize multi-stage build Dockerfile
...
Remove explicitly copied dependencies, copy entire solution
into the conainter and depends on the cache to reduce build
time.
Addd temporary solution file which does not contains the
dcproj file to work around the issue that the dotnet cli
cannot handle dcproj.
2018-01-04 11:01:45 -08:00
yanchenw
091ed81e7b
Converts to use multi-stage build Dockerfile
...
1. Changes the build context of all services to the root level to be
able to access the dependencies for each project.
2. Commented out the prepublish scripts, these steps are moved into the
Dockerfile
Did not change any script yet, need help to identify what scripts we
need to change.
2017-11-27 13:48:31 -08:00
Cesar De la Torre
2ca72e8f1d
Set Linux as by default target OS for Docker's project in VS2017
2017-10-02 14:59:30 -07:00
Ramón Tomás
5ac3df9943
Updated ARM SF templates
2017-09-12 18:19:31 +02:00
Eduard Tomas
514142a3c7
global.json set to 2.0.0-preview1-005977
...
dcproj update
2017-06-21 12:58:55 +02:00
Cesar De la Torre
73a15629d8
Moving docker-compose.prod.yml under the docker-compose.yml node in the docker-compose.dcproj
2017-03-13 16:15:48 -07:00
Cesar De la Torre
f2999a46fb
Added docker-compose.prod.yml for testing with Xamarin app in remote devices, like in a WiFi, of for running the Web Apps from remote Browsers.
...
Start the solution with:
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
Also, some clean-up.
2017-03-09 21:49:45 -08:00
Cesar De la Torre
13a7628603
Set webmvc project as by default startup project when F5 with Docker in VS 2017
2017-02-15 14:39:51 -08:00
etomas
c7e362ac67
Docker files ready for the Visual Studio Docker Tools
...
Everything works as exepcted except SPA version which need further adjustments
2017-02-14 18:11:51 +01:00