IcaliaLabs / alpha

Craft your own web-based chatbot
MIT License
138 stars 76 forks source link

Adds symbolic link for the yarn install persist on first image build #21

Closed kurenn closed 5 years ago

kurenn commented 6 years ago

What does this PR do?

Quoting:

The dev.Dockerfile also includes the command RUN yarn install

How can this "issue" be corrected? I want to start my container using docker-compose up -d and avoid jumping inside the container to install yarn every time.
CharlieIGG commented 6 years ago

Still not working @kurenn, after cleaning up my directory, cloning the repo and running docker-compose up I'm still getting the Yarn error. Need to manually go inside the container's bash, run yarn and then I'm able to start the server...

kurenn commented 5 years ago

@CharlieIGG Can you take a look at this, I think it is working now! I added the instructions on the README