Commit Graph

11 Commits

Author SHA1 Message Date
Sameer Naik
0f82ad39e6 tests: rewrite tests for better maintenance and readability
- Reuse docker_helper.bash script in tests
 - Speed up of tests
 - Better readability
2015-11-09 22:34:32 +05:30
Adnan Abdulhussein
cb346bf2f9 Fix permissions so global npm modules can be installed without sudo 2015-10-12 12:31:58 +01:00
Sameer Naik
6fd7ffd22a removed /app volume from dockerfile
Specifying a volume at `/app` (in the Dockerfile) makes it difficult to
use this image as a base image for derived images. Due to this, we have
removed the `VOLUME` instruction that mounts `/app` as a volume.

The `/app` path continues to function like it did before. As a result if
you want to mount your php application into the container, mount your
application source at `/app` using `-v
/path/on/application/source:/app`.
2015-10-06 22:03:14 +05:30
Sameer Naik
d9317111a4 tests: added --noproxy node argument to curl 2015-10-06 21:51:16 +05:30
Adnan Abdulhussein
1112c7c837 Update to 4.1.1
Change tests to install pg-native rather than imagemagick-native, since the latter does not support 4.x
2015-09-28 18:50:06 +01:00
Miguel Martinez
b0b3ae7dba 0.12.5-0; python issue fixed 2015-06-25 18:52:42 -07:00
Miguel Martinez
7307df562e Cleanup containers on tets 2015-06-19 11:03:32 -07:00
Adnan Abdulhussein
8075972604 Test example express app 2015-06-18 16:37:32 -07:00
Miguel Martinez
9c285cf4ba Renaming Node 2015-06-18 16:24:26 -07:00
Miguel Martinez
0d1b9c9cc8 renaming tests 2015-06-18 14:42:41 -07:00
Miguel Martinez
d23bacb672 0.12.4-2 version + tests 2015-06-18 14:27:39 -07:00