-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile & Update package.json & Update .env
- Loading branch information
Showing
6 changed files
with
989 additions
and
1,316 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 nikolaik/python-nodejs:python3.11-nodejs18 | ||
MAINTAINER Félix HERRENSCHMIDT <[email protected]> | ||
FROM nikolaik/python-nodejs:python3.12-nodejs20 | ||
MAINTAINER Ygal NEZRI <[email protected]> | ||
|
||
# Adding backend directory to make absolute filepaths consistent across services | ||
WORKDIR /app/ | ||
|
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
Oops, something went wrong.