Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FeroxFoxxo committed Aug 5, 2024
2 parents 0398f57 + f17e872 commit 654afbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env

COPY ./ ./

RUN dotnet restore
RUN dotnet publish -c Release -o ./bin

FROM mcr.microsoft.com/dotnet/nightly/aspnet:8.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<img alt="Stars" src="https://img.shields.io/github/stars/exceptionhandlersuoa/spaceshipcrewserver?color=gold&style=for-the-badge">
</a>
</p>
<h4>This server works with the assosiated <a href="https://github.com/ExceptionHandlersUOA/SpaceshipCrewGameNew">SpaceshipCrewGameNew</a> project.</h4>
<h4>This server works with the assosiated <a href="https://github.com/ExceptionHandlersUOA/SpaceshipCrewGame">SpaceshipCrewGame</a> project.</h4>
<h5>Automatically deploys via Docker w/ CI/CD integration. NB: has hardcoded URLs for CORS that must be changed when deploying.</h4>
</div>

Expand Down

0 comments on commit 654afbc

Please sign in to comment.