website refactor
This commit is contained in:
@@ -38,7 +38,11 @@ ENV NPM_CONFIG_FUND=false \
|
||||
RUN npm install --include-workspace-root --no-audit --fund=false
|
||||
|
||||
# Copy source code
|
||||
COPY . .
|
||||
COPY core ./core
|
||||
COPY adapters ./adapters
|
||||
COPY apps/website ./apps/website
|
||||
COPY scripts ./scripts
|
||||
COPY *.json *.js *.ts *.md ./
|
||||
|
||||
# Set environment variables for build
|
||||
ENV NODE_ENV=${NODE_ENV}
|
||||
|
||||
Reference in New Issue
Block a user