feat: small change
This commit is contained in:
parent
0a4f4b9dfc
commit
1f216470ee
@ -8,4 +8,4 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/out .
|
||||
|
||||
CMD ["./csharp"]
|
||||
CMD ["./Trazo"]
|
||||
|
@ -21,8 +21,6 @@ if (app.Environment.IsDevelopment())
|
||||
app.MapScalarApiReference();
|
||||
}
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.UseAuthorization();
|
||||
|
||||
app.MapControllers();
|
||||
|
Loading…
Reference in New Issue
Block a user