-
Notifications
You must be signed in to change notification settings - Fork 267
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
executor failed running command [/bin/sh -c cd /app && npm install && npm run build] #127
Comments
I see these lines in your log file
|
In dockerfile you need this: FROM node:16.13.0-alpine3.12 AS frontend-builder |
Any particular reason this isn't added to the repo? |
@gvariable do you use docker-desktop on Mac ? |
same error with me on ubuntu 22.04 the only change is this: root@proxy:~/ovpn-admin# git diff
diff --git a/start-with-slave.sh b/start-with-slave.sh
index 683eb67..f5ab199 100755
--- a/start-with-slave.sh
+++ b/start-with-slave.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
./start.sh
-docker-compose -p openvpn-slave -f docker-compose-slave.yaml up -d
+docker compose -p openvpn-slave -f docker-compose-slave.yaml up -d
diff --git a/start.sh b/start.sh
index 7545b53..4715df8 100755
--- a/start.sh
+++ b/start.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
-docker-compose -p openvpn-master up -d --build
+docker compose -p openvpn-master up -d --build since |
i have same issue #233 |
I encounter this problem when installing ovpn-admin using docker-compose. Is this a bug or it's my problem?
reproduce the problem
OVPN_SERVER_NET
to myIP
.failed to solve: executor failed running [/bin/sh -c cd /app && npm install && npm run build]: exit code: 1
The text was updated successfully, but these errors were encountered: