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-build failure #250

Merged

Conversation

SerpentBytes
Copy link
Contributor

@SerpentBytes SerpentBytes commented Feb 20, 2023

Description

This PR could potentially fix the Docker build job failing due to Docker Engine not being able to find the imports located in the /img directory, as we are ignoring it in .dockerignore.

@SerpentBytes SerpentBytes marked this pull request as ready for review February 20, 2023 19:35
@SerpentBytes SerpentBytes requested review from humphd, a user and sfrunza13 February 20, 2023 19:35
@SerpentBytes SerpentBytes self-assigned this Feb 20, 2023
Copy link
Contributor

@humphd humphd left a comment

Choose a reason for hiding this comment

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

Let's not do this. Let's move the image we're using in the source under the app/* folder. The top-level img folder is for screenshots and docs.

@SerpentBytes
Copy link
Contributor Author

SerpentBytes commented Feb 20, 2023

I have moved the image used by the project to app/assets and updated the import statement in certificate/loading.tsx

Copy link
Contributor

@humphd humphd left a comment

Choose a reason for hiding this comment

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

Can you move the img/license file too? it goes with this file

 * Remove /img
 * import image assets from app/assets
 * Move img/LICENSEto app/assets
Copy link
Contributor

@humphd humphd left a comment

Choose a reason for hiding this comment

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

Thanks for doing this, I totally missed it in my review before.

@humphd humphd requested a review from Ririio February 20, 2023 22:29
Copy link
Contributor

@Ririio Ririio left a comment

Choose a reason for hiding this comment

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

I'm sorry I didn't know doing that could cause docker to fail

@SerpentBytes SerpentBytes merged commit 3ba6e81 into DevelopingSpace:main Feb 21, 2023
@SerpentBytes
Copy link
Contributor Author

I'm sorry I didn't know doing that could cause docker to fail

It happens. Part of the process.

@SerpentBytes SerpentBytes deleted the fix-docker-test-failing branch February 21, 2023 03:34
@SerpentBytes SerpentBytes added this to the Milestone 0.4 milestone Feb 26, 2023
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.

3 participants