Skip to content

Commit 3e72f4f

Browse files
Fix docker logic
1 parent 1c001b8 commit 3e72f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EssentialCSharp.Web/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#syntax=docker/dockerfile:1.2
22
ARG ACCESS_TO_NUGET_FEED=true
3+
ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED
34

45
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
56
WORKDIR /app

0 commit comments

Comments
 (0)