Skip to content

Commit

Permalink
pass WEB_AUTH_KEY to env for goss tests
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <[email protected]>
  • Loading branch information
funkypenguin committed Dec 24, 2024
1 parent e687346 commit c4a5530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/flixio-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine
RUN apk add --update --no-cache curl
ENV DOTNET_RUNNING_IN_CONTAINER=true
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
ENV WEB_AUTH_KEY=changemeelfie
WORKDIR /app
VOLUME /app/data
COPY --from=base /app/out .
Expand Down

0 comments on commit c4a5530

Please sign in to comment.