Skip to content

Commit

Permalink
feat(docker): ✨🔧 connect GH repo to Package
Browse files Browse the repository at this point in the history
  • Loading branch information
collinbarrett committed Jun 7, 2024
1 parent 49a5eb0 commit e74703d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/Directory/FilterLists.Directory.Api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# init base
FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-alpine AS base
LABEL org.opencontainers.image.source="https://github.com/collinbarrett/FilterLists"
LABEL org.opencontainers.image.description="filterlists.com | github.com/collinbarrett/filterlists | An ASP.NET Core API serving the core FilterList information."
LABEL org.opencontainers.image.licenses="MIT"
WORKDIR /app
EXPOSE 80

Expand Down
2 changes: 2 additions & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# init base
FROM nginx:alpine as base
LABEL org.opencontainers.image.source="https://github.com/collinbarrett/FilterLists"
LABEL org.opencontainers.image.description="filterlists.com | github.com/collinbarrett/filterlists | A React & TypeScript UI built with Ant Design."
LABEL org.opencontainers.image.licenses="MIT"
COPY server/conf.d /etc/nginx/conf.d

# init build
Expand Down

0 comments on commit e74703d

Please sign in to comment.