Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Oct 29, 2023
1 parent b4bb747 commit b5bb9cc
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 @@ -2,7 +2,7 @@ FROM node:18-alpine AS builder
WORKDIR /app
COPY . .

RUN rm -rf .git .gitignore Dockerfile
RUN rm -rf .git .gitignore Dockerfile # Mintlify decides that these files are "static content"

RUN apk add --no-cache libc6-compat curl
RUN curl -sSL https://raw.githubusercontent.com/lleyton/peppermint/main/main.sh | sh
Expand Down

0 comments on commit b5bb9cc

Please sign in to comment.