Skip to content

Commit

Permalink
Move the Docker files into their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwhittleton authored and acabal committed Feb 11, 2021
1 parent 74276ff commit c36fde5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If everything went well, `https://standardebooks.test/ebooks/` will show the one
We provide a Dockerfile for testing code changes. You can build an image with:

```shell
docker build . -t standardebooks
docker build . -t standardebooks -f vms/docker/Dockerfile
```

Then run the built image with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile → vms/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN a2enmod headers expires ssl rewrite proxy proxy_fcgi
RUN echo "opcache.enable=0\n" >> /etc/php/7.4/fpm/php.ini

EXPOSE 443
ENTRYPOINT ["/standardebooks.org/web/scripts/docker/start-server.sh"]
ENTRYPOINT ["/standardebooks.org/web/vms/docker/start-server.sh"]
File renamed without changes.

0 comments on commit c36fde5

Please sign in to comment.