Skip to content

Commit

Permalink
Merge pull request #14 from bcgov/fix/docker-husky-issue
Browse files Browse the repository at this point in the history
Fix/docker husky issue
  • Loading branch information
hannah-macdonald1 authored Oct 21, 2024
2 parents 5eb5d26 + 38030cd commit 209017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM node:22-alpine
WORKDIR /app

# Copy the package.json and package-lock.json files
COPY package*.json ./
COPY package*.json ./ .husky/

# Install the dependencies
RUN npm install
Expand Down

0 comments on commit 209017f

Please sign in to comment.