Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment via Docker #47

Merged
merged 2 commits into from
Mar 9, 2024
Merged

Deployment via Docker #47

merged 2 commits into from
Mar 9, 2024

Commits on Mar 8, 2024

  1. ci: Deploy via Docker

    * created api.Dockerfile for the fox-deck-api
    * created app.Dockerfile for the fox-deck-app
    * create docker-compose.yml for connecting both apps via network
    * use 'bcryptjs' instead of 'bcrypt'
    Eric-Schubert authored and Dominique Börner committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    394a694 View commit details
    Browse the repository at this point in the history
  2. ci: Remove dependency rebuild hack

    We had some errors because we copied the 'node_modules' of
    both applications. Now we are ignoring both 'node_modules'
    which lets us use the c++ implementation of 'bcrypt' again.
    Now, the 'npm rebuild' is not necessary anymore. This makes
    building the docker containers also much faster.
    Dominique Börner committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c048b01 View commit details
    Browse the repository at this point in the history