Skip to content

Commit

Permalink
Tweaked image not running
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Jul 17, 2023
1 parent 6804cf0 commit dfd0301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Docker itself and relevant files
Dockerfile
.env
# No, no node modules.
node_modules
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Created by [Daniel L.](https://github.com/blt950) (1352906), based on the [stand
- Start the container and setup your reverse proxy
- Done!

*You may also use the docker-compose file in the repository to get started, just tweak it to your liking.*

## Manual
- To install the website, you require PHP 7.4 or greater.
- When the content is installed, use `composer install` to install the required dependencies.
Expand Down
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require_once '../vendor/autoload.php';

$dotenv = new Dotenv();
$dotenv->load(__DIR__.'/../.env');
$dotenv->load('../.env');

$indexes = json_decode(file_get_contents("data/index.json"));
$airport = false;
Expand Down

0 comments on commit dfd0301

Please sign in to comment.