Skip to content

Commit

Permalink
fixed: make serve unavailable
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Cui <[email protected]>
  • Loading branch information
fleeto committed Feb 8, 2025
1 parent 332a08b commit 47b8d75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ FROM node:18-alpine
# Set working directory
WORKDIR /app/docs

# Copy package.json and package-lock.json to the container
COPY package.json package-lock.json ./
# Copy current directory to the container
COPY . .

# Install dependencies
RUN npm install

# Copy current directory to the container
COPY . .

# Set environment variable
ENV NODE_ENV=development

Expand Down

0 comments on commit 47b8d75

Please sign in to comment.