Skip to content

Commit

Permalink
running tests on development build added
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnovichek committed Oct 27, 2024
1 parent 013d3ba commit 0aedaea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /app
COPY . /app

RUN yarn
RUN yarn test
RUN yarn build

# Stage 2: Set up Nginx to serve the built app
Expand Down

0 comments on commit 0aedaea

Please sign in to comment.