Skip to content

Commit

Permalink
fix: remove config dir from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Nov 2, 2023
1 parent 5b54fa3 commit dfd9afe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ COPY --chown=node:node .npmrc package.json pnpm-lock.yaml ./
RUN pnpm fetch

COPY --chown=node:node nuxt.config.ts tailwind.config.js tsconfig.json ./
COPY --chown=node:node config ./config
COPY --chown=node:node public ./public
COPY --chown=node:node src ./src

Expand Down

0 comments on commit dfd9afe

Please sign in to comment.