mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-22 06:05:28 +00:00
feat: add an option to remove the landing page
This commit is contained in:
@@ -5,6 +5,9 @@ COPY package*.json .
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
|
||||
ARG PUBLIC_LANDING_INFO
|
||||
ENV PUBLIC_LANDING_INFO=$PUBLIC_LANDING_INFO
|
||||
|
||||
RUN npm run build
|
||||
RUN npm prune --production
|
||||
|
||||
|
||||
Reference in New Issue
Block a user