Skip to content

Commit

Permalink
testing CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
jravas committed Apr 19, 2024
1 parent 6c99376 commit 360fa61
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 360fa61

Please sign in to comment.