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

Create and Update .env file in apps/wrapper directory through gitpod scripts #68

Closed
mecskyverse opened this issue Jun 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@mecskyverse
Copy link

Description

Currently, to see live changes in the app we have to use npm install in ./apps/wrapper directory and then hardcode the .env file in the directory then stop the wrapper container to be able to interact.
In place of that what we can do is we can automatically add and update a .env file in the wrapper directory through gitpod scripts in our workspace.
Or we can add a bash script that will install dependencies, stop the wrapper container and start the server all at once with just one script for live interaction.

Steps followed and expected result

Add a bash script or update the gitpod script whichever path we want to choose and remove the hardcoded steps to copy-paste .env from here and there.

@amit-s19
Copy link

amit-s19 commented Jun 9, 2023

Closing this issue with merged PR

@amit-s19 amit-s19 closed this as completed Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants