Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Something wrong with current latest #550

Open
jaakkom opened this issue Oct 25, 2021 · 3 comments
Open

Something wrong with current latest #550

jaakkom opened this issue Oct 25, 2021 · 3 comments

Comments

@jaakkom
Copy link

jaakkom commented Oct 25, 2021

When starting container built by it:

Locking down the document root...
chown: cannot access '/app/public': No such file or directory

It looks like its not copying the current folder into docker image like it did before

@dimitriadamou
Copy link

dimitriadamou commented Oct 26, 2021

I am assuming it is because things aren't being copied into /app/ anymore, you will need add a COPY in the Dockerfile
e.g.

COPY public /app/ should help

edit: Looks like the composer process is broken to.

@jaakkom
Copy link
Author

jaakkom commented Oct 26, 2021

Yeah, i think its not running onbuild script at all.

@dimitriadamou
Copy link

Doing FROM gcr.io/google-appengine/php:2020-10-22-09-37 will keep things working

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants