fix workflow v4
Deploy Docker Compose / deploy (push) Successful in 35s Details

This commit is contained in:
root 2025-04-16 01:27:22 +02:00
parent 15fd629f8a
commit e3e4c6f228
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ RUN pnpm install
# Copy the rest of the application code
COPY . .
# Build the application (if needed)
RUN pnpm build
# Expose the port the app runs on
EXPOSE 4173