Skip to content

Commit

Permalink
updating labels in valis docker
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed May 3, 2024
1 parent 49a1be9 commit d9eba9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ ENV VALIS_DB_REMOTE=True
# Stage 3: Build stage (inherits from dev-stage)
FROM dev-stage as build-stage

# Set a label
LABEL org.opencontainers.image.source https://github.com/sdss/valis
LABEL org.opencontainers.image.description "valis production image"

# Expose the port
EXPOSE 8000

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ FROM dev-stage as build-stage

# Set a label
LABEL org.opencontainers.image.source https://github.com/sdss/valis
LABEL org.opencontainers.image.description "valis development image"

# Expose port 8000
EXPOSE 8000
Expand Down

0 comments on commit d9eba9e

Please sign in to comment.