-
-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6d05b1
commit 3e1c716
Showing
174 changed files
with
19,159 additions
and
29,812 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
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,12 +1,13 @@ | ||
FROM node:19-alpine | ||
FROM node:20-alpine | ||
|
||
WORKDIR /app | ||
|
||
COPY . . | ||
|
||
# ==== BUILD ===== | ||
# Install dependencies (npm ci makes sure the exact versions in the lockfile gets installed) | ||
RUN npm ci | ||
RUN npm install --legacy-peer-deps | ||
#RUN npm ci | ||
|
||
# ==== RUN ===== | ||
CMD npm run react-start |
Oops, something went wrong.