Skip to content

Commit

Permalink
feat: add FAQ_CONTENT_BASE_PATH to build time
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Jan 29, 2024
1 parent 04592a9 commit bf0cfd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# build env
FROM node:16-alpine as build

ARG FAQ_CONTENT_BASE_PATH

WORKDIR /app

RUN apk add --no-cache git=~2
Expand Down

0 comments on commit bf0cfd4

Please sign in to comment.