Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
removed npm install
  • Loading branch information
qtrinh2 authored Dec 7, 2023
1 parent 292f134 commit 8d4a04d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mv-website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN apk add npm
WORKDIR /app
ADD . .

RUN npm install -y
RUN hugo ${HUGO_BUILD_ARGS}

FROM nginx:1.23-alpine
Expand Down

0 comments on commit 8d4a04d

Please sign in to comment.