Building local docker image #1865
textgroove-steven
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build a local docker image to use shlink and work on adding a new database. When I run the build command:
docker build -t localenv/shlink .
It builds everything correctly:
However, when I go to run it inside of docker, it gives me an error on entrypoint.sh file:
./docker-entrypoint.sh: set: line 2: illegal option -
Any ideas what I am doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions