Tim Donohue
4575c3d7af
Use fully qualified image names in Dockerfiles. Minor syntax fixes to ENV variables
2024-12-16 14:06:50 -06:00
Alan Orth
10df0ac366
Use npm instead of yarn in Dockerfile
...
There is a minor difference in syntax when starting the application
with `npm run serve`. We use `--` to make sure npm doesn't try to
parse the `--host 0.0.0.0` as an option, allowing it instead to be
read by Angular CLI (ng).
Also, there is no direct npm equivalent to yarn's --network-timeout
option so I will remove it. If we need something similar later we
might be able to use these config options:
npm config set fetch-retry-mintimeout 300000
npm config set fetch-retry-maxtimeout 300000
2024-09-05 14:56:24 +03:00
Tim Donohue
113703ff6b
Ensure default Dockerfile starts in dev mode & has appropriate memory allocated. Enhance comments in -dist.yml
2023-04-12 11:42:37 -05:00
Tim Donohue
e0679d4ba6
Ensure all necessary build tools exist in image
2022-12-15 16:03:10 -06:00
Tim Donohue
70d2d20f06
Update Dockerfile to use Node 18
2022-12-09 12:14:57 -06:00
Tim Donohue
9cc20c7417
Fix Dockerfile to specify listening on 0.0.0.0
2022-04-26 12:17:49 -05:00
Tim Donohue
86c2f389d5
Create a Docker GitHub action to autobuild on each commit. Update Dockerfile and docker-compose.yml to support.
2021-12-08 09:10:43 -06:00
lotte
0f43ff4fea
switched back to port 4000
2020-04-23 14:17:05 +02:00
lotte
172d3891f0
switched port to test with Travis
2020-04-21 15:16:42 +02:00
lotte
e53727248d
environment.ts script
2020-03-26 15:30:41 +01:00
lotte
02c67f4ec0
changed travis/docker setup
2020-03-19 10:48:53 +01:00
Tim Donohue
ccb3c98f81
Increase network timeout for Docker builds to 5min
2020-03-02 13:36:32 -06:00
lotte
347d42246c
updated node version in Dockerfile
2020-02-17 14:22:05 +01:00
Terry Brady
033927bb74
fix base image name
2018-07-27 15:02:46 -07:00
Terry Brady
08c2aaaa51
use alpine-node
2018-07-27 11:20:07 -07:00
Terry Brady
f4c2b88ffd
move dockerfile into codebase
2018-07-26 14:08:17 -07:00