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

fix: Docker builds #359

Merged
merged 19 commits into from
May 9, 2024
Merged

fix: Docker builds #359

merged 19 commits into from
May 9, 2024

Conversation

keithwillcode
Copy link
Contributor

@keithwillcode keithwillcode commented May 9, 2024

This fixes our Docker builds by

  • Including the files needed from API to properly build web
  • Including an action to free disk space - ideally we wouldn't need this but for the moment is required.

echo "Server health check failed"
kill $server_pid
exit 1
env:
NEXTAUTH_SECRET: 'EI4qqDpcfdvf4A+0aQEEx8JjHxHSy4uWiZw/F32K+pA='
CALENDSO_ENCRYPTION_KEY: '0zfLtY99wjeLnsM7qsa8xsT+Q0oSgnOL'


# - name: Push image
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alishaz-polymath Should we not actually use this instead so we don't need to rebuild the image from scratch again like it's doing now?

Copy link
Collaborator

@emrysal emrysal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@keithwillcode keithwillcode merged commit 7924c20 into main May 9, 2024
@keithwillcode keithwillcode deleted the fix/separate-run-commands branch May 9, 2024 16:13
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.

None yet

3 participants