Commit 78352b67 authored by Pantelis Malekas's avatar Pantelis Malekas
Browse files

fix: add debug for build command

parent 7d60bb4f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ COPY . .
#RUN npm run format:check

# Build the Next.js app
RUN npm run build
RUN NEXT_DEBUG_BUILD=1 NODE_OPTIONS="--trace-warnings" npm run build

# Expose the port the app will run on
EXPOSE 3000