1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-09 16:42:48 +00:00
This commit is contained in:
2018-07-14 22:47:18 -05:00
parent f6be25d4ef
commit 9ceb592c77
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "go-discord-bot",
"version": "0.5.1",
"version": "0.5.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "go-discord-bot",
"version": "0.5.1",
"version": "0.5.2",
"description": "Client for go-discord-bot",
"scripts": {
"build": "NODE_ENV=prod webpack -p --progress --colors",

View File

@@ -1 +1 @@
docker build -t mgerb/go-discord-bot .
docker build -t mgerb/go-discord-bot:$(git describe --tags) .