delete "ADD config config" #83
Reference in New Issue
Block a user
No description provided.
Delete Branch ":develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this is because everywhere about docker build write to create and use configs/config folder, not config, if we follow docker installation guide, there will not exist config folder in artemis root. Even if the folder exists, the folder will not be mapped inside the container, then we will get a build error about config not exist
in docker-compose.yml
in INSTALL_DOCKER.md
I checked this file history
in
d1259509ad
, phantomlan already delete this, but don't know why it come back between040742a9a4
and565dc38e9a
, maybe git bug? However, now delete it againchange "ADD config config" to "ADD configs/config config"to delete "ADD configs/config config"delete "ADD configs/config config"to delete "ADD config config"Thanks, merging