Skip to content

Commit

Permalink
Merge pull request #16 from steel-dev/nasr/add-opencontainer-labels
Browse files Browse the repository at this point in the history
fix(build): add opencontainer labels
  • Loading branch information
fukouda authored Dec 2, 2024
2 parents 282e412 + 2c83d9f commit e04c368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ENV PATH="/usr/bin:/app/selenium/driver:${PATH}"
ENV CHROME_BIN=/usr/bin/google-chrome-stable
ENV CHROME_PATH=/usr/bin/google-chrome-stable

LABEL org.opencontainers.image.source="https://github.com/steel-dev/steel-browser"

FROM base AS build

RUN apt-get update -qq && \
Expand Down
2 changes: 2 additions & 0 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ARG VITE_API_URL=http://localhost:3000
ARG VITE_WS_URL=ws://localhost:3000
ARG VITE_OPENAPI_URL=http://localhost:3000/documentation/json

LABEL org.opencontainers.image.source="https://github.com/steel-dev/steel-browser"

# Copy package.json and package-lock.json first
COPY package.json package-lock.json ./

Expand Down

0 comments on commit e04c368

Please sign in to comment.