Skip to content
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

Deploy multi websites. #5

Open
cvenwu opened this issue Mar 7, 2023 · 2 comments
Open

Deploy multi websites. #5

cvenwu opened this issue Mar 7, 2023 · 2 comments

Comments

@cvenwu
Copy link

cvenwu commented Mar 7, 2023

I have used this docker image to deploy one website. And now i want to deploy another website, but when i typed docker build --build-arg ASSETS_DIR=./static -t yirufeng/resume .,some errors occured.

[root@VM-0-10-centos blog]# docker build --build-arg ASSETS_DIR=./static -t yirufeng/resume .
Sending build context to Docker daemon   2.56kB
Step 1/4 : FROM kissgyorgy/redbean-onbuild as build
# Executing 5 build triggers
 ---> Using cache
 ---> Using cache
 ---> Running in 0a7208db84ba

zip error: Nothing to do! (try: zip -r /redbean.com . -i *)
The command '/bin/sh -c zip -r /redbean.com *' returned a non-zero code: 12
@kissgyorgy
Copy link
Owner

Auch! Something might be wrong with the build arg maybe? I will look into this

@cvenwu
Copy link
Author

cvenwu commented Mar 9, 2023

Auch! Something might be wrong with the build arg maybe? I will look into this

thanks

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

No branches or pull requests

2 participants