From 7afb50d26a03952c2c28ce494e83380fa8ce49a1 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Mon, 3 May 2021 03:26:30 -0400 Subject: [PATCH] Docker / Editor Changes --- Dockerfile => Dockerfile-OLD | 0 ... Dockerfile_standalone_DiscordScript.Dockerfile | 0 ...> Dockerfile_standalone_TwitchScript.Dockerfile | 0 ... Dockerfile_standalone_Twitch_Pubsub.Dockerfile | 0 ...Dockerfile_standalone_channelRewards.Dockerfile | 0 ...and => Dockerfile_standalone_command.Dockerfile | 0 ...ghts => Dockerfile_standalone_lights.Dockerfile | 0 ...re => Dockerfile_standalone_tts_core.Dockerfile | 0 makedockerimages.bat | 14 +++++++------- ...bot.code-workspace => praxis bot.code-workspace | 0 10 files changed, 7 insertions(+), 7 deletions(-) rename Dockerfile => Dockerfile-OLD (100%) rename Dockerfile_standalone_DiscordScript => Dockerfile_standalone_DiscordScript.Dockerfile (100%) rename Dockerfile_standalone_TwitchScript => Dockerfile_standalone_TwitchScript.Dockerfile (100%) rename Dockerfile_standalone_Twitch_Pubsub => Dockerfile_standalone_Twitch_Pubsub.Dockerfile (100%) rename Dockerfile_standalone_channelRewards => Dockerfile_standalone_channelRewards.Dockerfile (100%) rename Dockerfile_standalone_command => Dockerfile_standalone_command.Dockerfile (100%) rename Dockerfile_standalone_lights => Dockerfile_standalone_lights.Dockerfile (100%) rename Dockerfile_standalone_tts_core => Dockerfile_standalone_tts_core.Dockerfile (100%) rename python bot.code-workspace => praxis bot.code-workspace (100%) diff --git a/Dockerfile b/Dockerfile-OLD similarity index 100% rename from Dockerfile rename to Dockerfile-OLD diff --git a/Dockerfile_standalone_DiscordScript b/Dockerfile_standalone_DiscordScript.Dockerfile similarity index 100% rename from Dockerfile_standalone_DiscordScript rename to Dockerfile_standalone_DiscordScript.Dockerfile diff --git a/Dockerfile_standalone_TwitchScript b/Dockerfile_standalone_TwitchScript.Dockerfile similarity index 100% rename from Dockerfile_standalone_TwitchScript rename to Dockerfile_standalone_TwitchScript.Dockerfile diff --git a/Dockerfile_standalone_Twitch_Pubsub b/Dockerfile_standalone_Twitch_Pubsub.Dockerfile similarity index 100% rename from Dockerfile_standalone_Twitch_Pubsub rename to Dockerfile_standalone_Twitch_Pubsub.Dockerfile diff --git a/Dockerfile_standalone_channelRewards b/Dockerfile_standalone_channelRewards.Dockerfile similarity index 100% rename from Dockerfile_standalone_channelRewards rename to Dockerfile_standalone_channelRewards.Dockerfile diff --git a/Dockerfile_standalone_command b/Dockerfile_standalone_command.Dockerfile similarity index 100% rename from Dockerfile_standalone_command rename to Dockerfile_standalone_command.Dockerfile diff --git a/Dockerfile_standalone_lights b/Dockerfile_standalone_lights.Dockerfile similarity index 100% rename from Dockerfile_standalone_lights rename to Dockerfile_standalone_lights.Dockerfile diff --git a/Dockerfile_standalone_tts_core b/Dockerfile_standalone_tts_core.Dockerfile similarity index 100% rename from Dockerfile_standalone_tts_core rename to Dockerfile_standalone_tts_core.Dockerfile diff --git a/makedockerimages.bat b/makedockerimages.bat index bc89705..1fc4229 100644 --- a/makedockerimages.bat +++ b/makedockerimages.bat @@ -1,7 +1,7 @@ -docker build --file Dockerfile_standalone_command --tag standalone_command . -docker build --file Dockerfile_standalone_channelRewards --tag standalone_channelrewards . -docker build --file Dockerfile_standalone_lights --tag standalone_lights . -docker build --file Dockerfile_standalone_tts_core --tag standalone_tts_core . -docker build --file Dockerfile_standalone_DiscordScript --tag standalone_discordscript . -docker build --file Dockerfile_standalone_TwitchScript --tag standalone_twitchscript . -docker build --file Dockerfile_standalone_Twitch_Pubsub --tag standalone_twitch_pubsub . \ No newline at end of file +docker build --file Dockerfile_standalone_command.Dockerfile --tag standalone_command . +docker build --file Dockerfile_standalone_channelRewards.Dockerfile --tag standalone_channelrewards . +docker build --file Dockerfile_standalone_lights.Dockerfile --tag standalone_lights . +docker build --file Dockerfile_standalone_tts_core.Dockerfile --tag standalone_tts_core . +docker build --file Dockerfile_standalone_DiscordScript.Dockerfile --tag standalone_discordscript . +docker build --file Dockerfile_standalone_TwitchScript.Dockerfile --tag standalone_twitchscript . +docker build --file Dockerfile_standalone_Twitch_Pubsub.Dockerfile --tag standalone_twitch_pubsub . \ No newline at end of file diff --git a/python bot.code-workspace b/praxis bot.code-workspace similarity index 100% rename from python bot.code-workspace rename to praxis bot.code-workspace