refactor: 🎨 Updated dockerfile

This commit is contained in:
Keith Irwin 2023-10-18 01:48:52 -06:00
parent 3e4ad6893f
commit 381e58fa0a
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN curl -s https://packages.stripe.dev/api/security/keypair/stripe-cli-gpg/publ
# Install app dependencies
COPY package*.json ./
RUN npm ci --only=production
RUN npm install --production
COPY .eleventyignore ./
COPY *.js ./
COPY .env ./