1
0
Fork 0
mirror of synced 2024-05-18 11:23:42 +12:00
Commit graph

121 commits

Author SHA1 Message Date
Martin M. S. Pedersen 60c6adf7f5 Fix example in Dockerfile. The source for a mount must be absolute. 2020-05-15 10:01:35 +02:00
Nick Sweeting 3939f9ec7d add docker venv 2020-04-22 21:13:49 -04:00
Nick Sweeting 4bf5a04b2c
Update Dockerfile 2019-07-09 13:05:51 -04:00
Bruno Tavares e9f9c1ec5d Copy project into image instead of cloning
Docker `RUN` statements cache based on the text of the command executed,
not the content of what it does to the image.

Since the command was cloning the project, and the text didn't change,
building the image would not update the code if the image was already
cached. This lead to a stale Docker image distributed on Docker Hub.

This could also cause some confusion, as modified code would not show up
on the image during the build process.

This commit changes the build process to copy the content of the project
into the image. Whenever a file changes it will trigger a new updated
image.
2019-04-11 22:43:52 -03:00
Nick Sweeting 68d1eb0389 change chromium to google-chrome 2019-03-30 17:40:55 -04:00
Nick Sweeting 307193c3ea add zlib support to wget in Docker 2019-03-30 17:35:25 -04:00
Raman Gupta 5417aba1ca
Updated CMD 2019-03-03 16:37:13 -05:00
Raman Gupta 5a55b9540e
Updated symlink to correct src and target 2019-03-03 16:36:31 -05:00
Raman Gupta 3c934c2708
Changed CMD point to reference proper target 2019-03-02 13:32:48 -05:00
Raman Gupta 8d48b4f8df
Update Dockerfile 2019-03-02 13:25:52 -05:00
Raman Gupta 99e4622185
Remove redundant linking since repo includes link 2019-03-02 12:36:03 -05:00
Raman Gupta 5b5a602c8a
test skipping Puppeteer's Chromium download 2019-03-02 11:58:20 -05:00
Nick Sweeting 0245a565bd
Add docs links to dockerfile 2019-02-28 14:04:37 -05:00
Nick Sweeting 44ed46b465
link all bins instead of just archivebox 2019-02-26 21:09:38 -05:00
Nick Sweeting 6a46e54282 bump node image to latest version 2019-01-26 15:09:58 -08:00
Nick Sweeting e1be96e597 working docker-compose with google chrome 2019-01-23 01:08:23 -05:00
Nick Sweeting ea905d68bb fix etc nginx and Docker config 2019-01-16 09:20:15 -05:00
Nick Sweeting d24724ed79
Update Dockerfile 2019-01-16 08:05:01 -05:00
Nick Sweeting 57d42339a4 rename pip dir archive to archivebox 2018-12-31 20:53:01 -05:00
Aaron Fischer f427f6ad54 Propagate the new name of the project
Replace all occurences of bookmark archiver with ArchiveBox.
See #108
2018-12-20 16:13:55 +01:00
Nick Sweeting b1a47d775b add sample nginx config 2018-10-13 22:47:30 -04:00