Code Monkey home page Code Monkey logo

Comments (6)

pilwon avatar pilwon commented on September 17, 2024

@johnjelinek Double check if you placed your theme files in content/themes and make sure ghost-override is not plural. (drop s at the end)

from ghost.

pilwon avatar pilwon commented on September 17, 2024

@johnjelinek and you can always look inside your container with docker run -i -t -p 80:2368 -v <override-dir>:/ghost-override dockerfile/ghost bash to understand what's really going on.

from ghost.

brishin avatar brishin commented on September 17, 2024

@pilwon The start.bash script is not symlinking and overwriting the files in /ghost properly. This can be seen after viewing in bash. Only content/data is being copied over correctly.

from ghost.

oyvindsk avatar oyvindsk commented on September 17, 2024

yeah, I got this as well. The cp command gives:

cp: cannot stat `/ghost-override/*': No such file or directory

for some reason.

Doing it "manually" works
[ edit: what I had here was not enough.. now I just symlink the whole content directory.. ]

from ghost.

etx avatar etx commented on September 17, 2024

I'm having the same issue as well.

from ghost.

EpocSquadron avatar EpocSquadron commented on September 17, 2024

I am also having this issue. It seems it symlinks the data directory, but nothing else. When I execute the cp -frs /ghost-override/* /ghost/ command manually, it prompts to overrides config.js despite the -f flag being specified. Since stderr is going to /dev/null, it jst continues on as if it succeeded.

from ghost.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.