You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nexus directory is actually a nested git repo, so when you start clone, you
also must define:
git clone --recursive http://...
On Mar 18, 2018 3:08 PM, "unipark00" <notifications@github.com> wrote:
Hi, Marcel
I tried to run containers, but error occurs like the below,
$ docker-compose up -d
Creating network "dockercitoolstack_prodnetwork" with driver "bridge"
Creating volume "dockercitoolstack_nexus-data" with default driver
Creating volume "dockercitoolstack_jenkins-data" with default driver
Building nexus
ERROR: Cannot locate specified Dockerfile: Dockerfile
I guess that there is something wrong at your docker-compose.yml.
services:
nexus:
build: ./docker-nexus3 -> ./nexus
Could you check it out?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#63>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AbrAG3YZXRcO-42Tyq0jInN_mYM6uS7Mks5tfk4ugaJpZM4SvK8W>
.
Hi, Marcel
I tried to run containers, but error occurs like the below,
I guess that there is something wrong at your docker-compose.yml.
services:
nexus:
build: ./docker-nexus3 -> ./nexus
Could you check it out?
The text was updated successfully, but these errors were encountered: