Skip to content

Commit

Permalink
tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
maxprilutskiy committed Oct 7, 2024
1 parent 8203a0e commit cfefed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache git
WORKDIR /app

# Copy necessary files
COPY package*.json /app
COPY package*.json tsconfig.json /app

# Copy src directory
COPY src /app/src
Expand Down

0 comments on commit cfefed0

Please sign in to comment.