mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(docker): ✨🔧 connect GH repo to Package
ref https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#pushing-container-images
This commit is contained in:
parent
49a5eb06bd
commit
e74703df01
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue