debug helper
This commit is contained in:
@@ -17,7 +17,6 @@ jobs:
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- run: apk add --no-cache vim
|
||||
- run: ls -la
|
||||
- run: ls -la app
|
||||
- run: ls -la app/Helpers
|
||||
|
||||
@@ -2,6 +2,7 @@ FROM php:8.2-fpm-alpine
|
||||
|
||||
# Install system dependencies
|
||||
RUN apk add --no-cache \
|
||||
vim \
|
||||
libzip-dev \
|
||||
postgresql-dev \
|
||||
libpng-dev \
|
||||
|
||||
Reference in New Issue
Block a user