I am not sure if it is related to my Docker environment, but for this command:
docker build -t mattermost-integration-gitlab .
I need to update to "docker build -<Dockerfile -t mattermost-integration-gitlab ." to get it running.Otherwise, it would report missing parameter.
I am not sure if it is related to my Docker environment, but for this command: docker build -t mattermost-integration-gitlab . I need to update to "docker build -<Dockerfile -t mattermost-integration-gitlab ." to get it running.Otherwise, it would report missing parameter.