Skip to content

Commit 1c28c0f

Browse files
committed
diagnose
1 parent 3e5235b commit 1c28c0f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,6 @@ jobs:
223223
uses: docker/build-push-action@v2
224224
with:
225225
push: true
226+
no-cache: true
226227
build-args: VERSION=${{ env.RELEASE_VERSION }}
227228
tags: ${{ secrets.DOCKERHUB_USERNAME }}/phplist-dev:${{ env.RELEASE_VERSION }}

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ COPY docker/docker-entrypoint.sh /usr/local/bin/
2323
COPY docker/phplist-crontab /etc/cron.d/
2424
COPY docker/docker-phplist-config-live.php /etc/phplist/
2525

26-
COPY phplist-$VERSION /var/www/phpList3
26+
#COPY phplist-$VERSION /var/www/phpList3
27+
COPY . /var/www/phpList3
2728

2829
RUN rm -f /etc/apache2/sites-enabled/000-default.conf && \
2930
cd /var/www/ && find . -type d -name .git -print0 | xargs -0 rm -rf && \

0 commit comments

Comments
 (0)