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,7 +5,6 @@ yarn-error.log*
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.nyc_output
|
||||
|
||||
@@ -4,12 +4,12 @@ COPY package*.json .
|
||||
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
COPY .env .env
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
ENV PORT 3000
|
||||
ENV HOSTNAME "0.0.0.0"
|
||||
ENV PUBLIC_LANDING_INFO=true
|
||||
|
||||
RUN npm run build
|
||||
RUN npm prune --production
|
||||
|
||||
Reference in New Issue
Block a user