Skip to content

Commit

Permalink
Move server dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian committed Aug 10, 2024
1 parent 403bacb commit 3ab9849
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build docker image
run: |
echo "Building docker image"
docker build -t guildwarspartysearch.server -f Dockerfile-Server .
docker build -t guildwarspartysearch.server -f .\GuildWarsPartySearch\Dockerfile .
echo "Exporting docker image"
docker save -o guildwarspartysearch.server.tar guildwarspartysearch.server
echo "Exported docker image"
Expand Down
21 changes: 0 additions & 21 deletions Dockerfile-Bot

This file was deleted.

6 changes: 4 additions & 2 deletions GuildWarsPartySearch.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dockerfiles", "Dockerfiles", "{7F3BB655-7DC0-41BB-BC28-34039267C833}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{10E13028-30D6-47CF-846E-757E6510D018}"
ProjectSection(SolutionItems) = preProject
Dockerfile-Bot = Dockerfile-Bot
Dockerfile-Server = Dockerfile-Server
GuildWarsPartySearch\Dockerfile = GuildWarsPartySearch\Dockerfile
EndProjectSection
EndProject
Global
Expand Down Expand Up @@ -98,6 +99,7 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9FF3793B-F37B-4370-AECC-D901C879E0CB} = {B9CF84E8-5186-4C8F-A892-FDE452C3F21E}
{10E13028-30D6-47CF-846E-757E6510D018} = {7F3BB655-7DC0-41BB-BC28-34039267C833}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41E8BB8F-3A9F-4256-8E34-62CCC9EB5EEE}
Expand Down
File renamed without changes.

0 comments on commit 3ab9849

Please sign in to comment.