Skip to content

Commit f0c0576

Browse files
committed
Update Dockerfile
1 parent fa5b875 commit f0c0576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ COPY --from=build /app/web/public ./public
9898
COPY --from=build --chown="$USER":"$USER" /app/web/.next/standalone ./
9999
COPY --from=build --chown="$USER":"$USER" /app/web/.next/static ./.next/static
100100

101-
RUN ls -R
101+
RUN ls
102102

103103
USER "$UID"
104104
EXPOSE 3000

0 commit comments

Comments
 (0)