Skip to content

Commit

Permalink
append utils to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-moha committed Oct 22, 2024
1 parent 2479316 commit 0d0ae1a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ RUN npm install -g pnpm && \
COPY --from=base /app/.next ./.next
COPY --from=base /app/public ./public
COPY --from=base /app/next.config.js ./next.config.js
COPY --from=base /app/components ./components
COPY --from=base /app/context ./context
COPY --from=base /app/lib ./lib
COPY --from=base /app/translation ./translation
COPY --from=base /app/utils ./utils
COPY --from=base /app/middleware.ts ./middleware.ts
COPY --from=base /app/auth.ts ./auth.ts
COPY --from=base /app/components.json ./components.json

# Expose the port the app runs on
EXPOSE 3000
Expand Down

0 comments on commit 0d0ae1a

Please sign in to comment.