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
Hi everyone, i'm trying to build a dockerfile for the project jbot-example , the project is working fine in local, but when i build the dockerfile i have this Issue:
Could not find artifact me.ramswaroop.jbot:jbot:jar:4.1.2-rc.3-SNAPSHOT
any help please
The text was updated successfully, but these errors were encountered:
First I packaged the jbot-example with mvn install -Dmaven.test.skip=true
So you can find the .jar file of jbot-example in target directory.
Then copying the .jar file and dockerfile to a same directory.
After cp to the directory and run the following commands:
Hi everyone, i'm trying to build a dockerfile for the project jbot-example , the project is working fine in local, but when i build the dockerfile i have this Issue:
Could not find artifact me.ramswaroop.jbot:jbot:jar:4.1.2-rc.3-SNAPSHOT
any help please
The text was updated successfully, but these errors were encountered: