Skip to content

Commit

Permalink
13 Updated docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
vladokuskov committed May 3, 2024
1 parent 49c5a1c commit 1e5f95a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR /app
COPY . .
RUN yarn install
RUN yarn lint
RUN yarn test
RUN yarn build

FROM base as production
Expand Down
1 change: 1 addition & 0 deletions docker/staging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR /app
COPY . .
RUN yarn install
RUN yarn lint
RUN yarn test
RUN yarn build

FROM base as stage
Expand Down

0 comments on commit 1e5f95a

Please sign in to comment.