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 ec1fe82 commit c0de8b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ 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 c0de8b9

Please sign in to comment.