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

Conversation

Eric-Schubert
Copy link
Collaborator

No description provided.

@dominique-boerner dominique-boerner linked an issue Mar 7, 2024 that may be closed by this pull request
@dominique-boerner dominique-boerner changed the title Docker Deployment via Docker Mar 8, 2024
* 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'
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-boerner dominique-boerner merged commit 9cd7cb7 into master Mar 9, 2024
3 checks passed
@dominique-boerner dominique-boerner deleted the Docker branch March 9, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: Deploy via Docker
2 participants