-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: delete the Symlinks between .env and the other two (#193)
* fix: delete the Symlinks between .env and the other two Closes: #179 * fix: edit the environnement variable to use it in just one .env Closes: #179 * fix: delete the loading environment variable in index.php the environnement variables are available from the container Closes: #179 * fix: delete the environment variable for interface in docker-compose Closes: #179 * fix: delete copy .env in Dockerfile Closes: #179 * fix: add the environment variable into the docker-compose.prod.yml Closes: #179
- Loading branch information
Showing
9 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM node:20.12.2-alpine3.19 | ||
WORKDIR /var/www/memoires-info/html/ | ||
COPY ../.env ../ | ||
|
||
ENTRYPOINT ["npm", "run", "dev"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
FROM php:8.3-fpm-alpine | ||
WORKDIR /var/www/memoires-info/php | ||
COPY ../.env ../ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters