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

Docker build error on install #16

Open
numahell opened this issue Sep 28, 2020 · 2 comments
Open

Docker build error on install #16

numahell opened this issue Sep 28, 2020 · 2 comments

Comments

@numahell
Copy link

During install for dev purpose, I get this message on docker-compose up :

Building front
Step 1/11 : ARG NODE=12.16
Step 2/11 : FROM node:$NODE
 ---> bdca973cfa07
Step 3/11 : WORKDIR /usr/src/app
 ---> Using cache
 ---> ed0d4577c827
Step 4/11 : COPY package*.json ./
ERROR: Service 'front' failed to build: COPY failed: no source files were specified
@numahell
Copy link
Author

I found why : submodule front was missing.

git submodule update --init

@submarcos
Copy link
Member

Ok, I see, I need to split documentation in two parts, one to build image (as you try) and other one to just launched already built remote images (as it is supposed to be working as default)

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

No branches or pull requests

2 participants