Skip to content

Commit

Permalink
chore(#533): update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 25, 2022
1 parent 0ef8459 commit 05f1eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nuxt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN yarn build:docs

# Build static files.
FROM amazeeio/node:14
COPY --from=builder /app/docs /app
COPY --from=builder /app/docs/nuxt /app

RUN yarn
RUN yarn generate
Expand Down

0 comments on commit 05f1eac

Please sign in to comment.