Update dockerfile

This commit is contained in:
DefectingCat
2022-11-22 14:46:55 +08:00
parent 77b64ef7fe
commit c8d64d2fc8
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ const PostComment = () => {
return (
<>
<div className="text-center select-none">
<div className="flex justify-center select-none">
{currentTheme === 'dark' ? (
<Image
src="/images/img/comment-line-dark.svg"
@ -49,4 +49,4 @@ const PostComment = () => {
);
};
export default PostComment;
export default PostComment;

View File

@ -46,7 +46,7 @@ RUN adduser --system --uid 1001 nextjs
# You only need to copy next.config.js if you are NOT using the default configuration
COPY --from=builder /app/.env ./
COPY --from=builder /app/next.config.mjs ./
# COPY --from=builder /app/public ./public
COPY --from=builder /app/public ./public
# COPY --from=builder /app/package.json ./package.json
# Automatically leverage output traces to reduce image size