Skip to content

Commit

Permalink
Merge branch 'main' into VOl-71/after-user-authentication-post-a-new-…
Browse files Browse the repository at this point in the history
…user-if-they-dont-already-exist
  • Loading branch information
josbadenas authored May 21, 2024
2 parents b8c19b3 + 49bc7f3 commit 3a889a3
Show file tree
Hide file tree
Showing 76 changed files with 7,556 additions and 2,931 deletions.
1,020 changes: 1,018 additions & 2 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"dependencies": {
"firebase": "^10.11.0"
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"firebase": "^10.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.0"
}
}
2 changes: 2 additions & 0 deletions web/Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ COPY --from=build /app/dist /usr/share/nginx/html
COPY --link _redirects /usr/share/nginx/html/_redirects
COPY nginx.conf /etc/nginx/nginx.conf

# Serve the public folder
COPY --link public /usr/share/nginx/html/public

# Start the server by default, this can be overwritten at runtime
EXPOSE 80
Expand Down
Loading

0 comments on commit 3a889a3

Please sign in to comment.