Commit 1c28c0f 1 parent 3e5235b commit 1c28c0f Copy full SHA for 1c28c0f
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -223,5 +223,6 @@ jobs:
223
223
uses : docker/build-push-action@v2
224
224
with :
225
225
push : true
226
+ no-cache : true
226
227
build-args : VERSION=${{ env.RELEASE_VERSION }}
227
228
tags : ${{ secrets.DOCKERHUB_USERNAME }}/phplist-dev:${{ env.RELEASE_VERSION }}
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ COPY docker/docker-entrypoint.sh /usr/local/bin/
23
23
COPY docker/phplist-crontab /etc/cron.d/
24
24
COPY docker/docker-phplist-config-live.php /etc/phplist/
25
25
26
- COPY phplist-$VERSION /var/www/phpList3
26
+ # COPY phplist-$VERSION /var/www/phpList3
27
+ COPY . /var/www/phpList3
27
28
28
29
RUN rm -f /etc/apache2/sites-enabled/000-default.conf && \
29
30
cd /var/www/ && find . -type d -name .git -print0 | xargs -0 rm -rf && \
You can’t perform that action at this time.
0 commit comments