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

bug on running the docker-compose up #634

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

Ankur1493
Copy link
Contributor

There was an trailing comma, which was causing errors while running docker-compose up command, so this is just to remove it
image
Screenshot from 2024-05-14 20-58-57

Checklist before requesting a review

  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue

@victorchrollo14
Copy link

@Ankur1493 This doesn't fix the docker-compose up issue though

image

@hkirat hkirat merged commit 194f384 into code100x:main May 21, 2024
@developerTested
Copy link

issue is package node-gyp which depend on Python which does not exists hence eror

add these to docker file before running npm install

# Build dependencies
RUN apk add make gcc g++ python3

# install node packages

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

5 participants