Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Jun 18, 2024
1 parent 47336de commit 21536d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sources/MadWorldNL.HomeFriend.Clients.Portal/Dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG PRIVATE_MADWORLD_FEED
ARG NUGET_USERNAME
ARG NUGET_ACCESS_TOKEN

WORKDIR /app
EXPOSE 80

ARG BUILD_CONFIGURATION=Release
ARG PRIVATE_MADWORLD_FEED
ARG NUGET_USERNAME
ARG NUGET_ACCESS_TOKEN

WORKDIR /src
# Add NuGet source
RUN dotnet nuget add source \
Expand Down
3 changes: 3 additions & 0 deletions sources/MadWorldNL.HomeFriend.Clients.Portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM --platform=$BUILDPLATFORM nginx:latest AS base
ARG BUILDPLATFORM
ARG PRIVATE_MADWORLD_FEED
ARG NUGET_USERNAME
ARG NUGET_ACCESS_TOKEN

EXPOSE 80
EXPOSE 443
Expand Down

0 comments on commit 21536d8

Please sign in to comment.