chore(ci): Add labels to docker image
This commit is contained in:
parent
f3784c1512
commit
f896665dcf
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ COPY --from=builder /app/public ./public
|
|||
COPY --from=builder /app/.next/standalone ./
|
||||
COPY --from=builder /app/.next/static ./.next/static
|
||||
|
||||
LABEL org.opencontainers.image.source="https://git.dominikstahl.dev/DHBW-WE/MeetUp"
|
||||
LABEL org.opencontainers.image.title="MeetUp"
|
||||
LABEL org.opencontainers.image.description="A web application for managing meetups"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
ENV HOSTNAME="0.0.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue