Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kissalk authored Nov 4, 2024
1 parent b9cf8ac commit 145e3e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions DotNet/Account/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.

# ARG ACCESS_TOKEN="mbygihet4uek5omhnuatzdxu5npiqz2rw3i6i7bgywaqwtshafaq"
# ARG ARTIFACTS_ENDPOINT="https://pkgs.dev.azure.com/lantanagroup/nhsnlink/_packaging/Shared_BOTW_Feed/nuget/v3/index.json"

# Configure the environment variables
# ENV NUGET_CREDENTIALPROVIDER_SESSIONTOKENCACHE_ENABLED true
# ENV VSS_NUGET_EXTERNAL_FEED_ENDPOINTS "{\"endpointCredentials\": [{\"endpoint\":\"${ARTIFACTS_ENDPOINT}\", \"password\":\"${ACCESS_TOKEN}\"}]}"

FROM mcr.microsoft.com/dotnet/aspnet:8.0-jammy-amd64 AS base
USER 1001
WORKDIR /app
Expand Down

0 comments on commit 145e3e0

Please sign in to comment.