redbean-docker icon indicating copy to clipboard operation
redbean-docker copied to clipboard

Deploy multi websites.

Open cvenwu opened this issue 1 year ago • 2 comments

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

cvenwu avatar Mar 07 '23 02:03 cvenwu