This commit is contained in:
@@ -13,8 +13,8 @@ jobs:
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build -t testimage:latest .
|
||||
docker run --rm testimage:latest
|
||||
# docker build -t testimage:latest .
|
||||
# The 'run:' keyword executes shell commands
|
||||
|
||||
- name: Run tests (example)
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -482,3 +482,5 @@ $RECYCLE.BIN/
|
||||
|
||||
# Vim temporary swap files
|
||||
*.swp
|
||||
|
||||
published
|
||||
|
||||
@@ -6,4 +6,4 @@ RUN dotnet publish -c Release -o published
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:10.0
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/published .
|
||||
CMD ["dotnet", "Program.dll"]
|
||||
CMD ["dotnet", "pipelines-experiment.dll"]
|
||||
|
||||
Reference in New Issue
Block a user