Skip to content

Commit

Permalink
Merge pull request #5 from jravas/feature/CI-CD-test
Browse files Browse the repository at this point in the history
testing CI/CD
  • Loading branch information
jravas authored Apr 19, 2024
2 parents 6c99376 + 360fa61 commit ec1fe82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN yarn install --frozen-lockfile
COPY . .
RUN yarn build


FROM node:lts-alpine as terraform-workshop-ecs-backend
WORKDIR /usr/src/app
COPY --from=build /usr/src/app/dist ./dist
Expand Down

0 comments on commit ec1fe82

Please sign in to comment.