Skip to content

Commit

Permalink
fix dockerfile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-moha committed Oct 22, 2024
1 parent 281e3e9 commit 163249a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN npm install -g pnpm && \
# Copy built assets from the base stage
COPY --from=base /app/.next ./.next
COPY --from=base /app/public ./public
COPY --from=base /app/next.config.mjs ./next.config.mjs
COPY --from=base /app/next.config.js ./next.config.js

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

0 comments on commit 163249a

Please sign in to comment.