You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: