Skip to content

Commit

Permalink
Merge pull request #32 from solun-pm/Jannik-Schroeder-patch-2
Browse files Browse the repository at this point in the history
Jannik schroeder patch 2
  • Loading branch information
Jannik-Schroeder authored Mar 7, 2024
2 parents 36733c7 + 0adea37 commit b2ab987
Show file tree
Hide file tree
Showing 3 changed files with 3,189 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
dist
package-lock.json
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /src

COPY . .

RUN npm ci
RUN npm install --force

ENV NEXT_PUBLIC_SITE_KEY=
ENV CAPTCHA_KEY=
Expand Down
Loading

0 comments on commit b2ab987

Please sign in to comment.