forked from jmug/cactoide
feat: add an option to remove the landing page
This commit is contained in:
@@ -9,7 +9,7 @@ EXPOSE 3000
|
|||||||
|
|
||||||
ENV PORT 3000
|
ENV PORT 3000
|
||||||
ENV HOSTNAME "0.0.0.0"
|
ENV HOSTNAME "0.0.0.0"
|
||||||
ENV PUBLIC_LANDING_INFO true
|
ENV PUBLIC_LANDING_INFO=true
|
||||||
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
RUN npm prune --production
|
RUN npm prune --production
|
||||||
|
|||||||
Reference in New Issue
Block a user