Skip to content

Commit

Permalink
update: destroy docker layers for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
muchasxmaracas committed Jun 4, 2024
1 parent ea80898 commit 1ed3418
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Stage 1: Build the Angular application
FROM node:lts-alpine3.19 AS build

# Debug
RUN echo "Destroying Docker layers to check for caching bug"

WORKDIR /usr/src/app

COPY package*.json ./
Expand Down

0 comments on commit 1ed3418

Please sign in to comment.