Skip to content

Commit

Permalink
FacturaScripts 2020.42
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoRazorX authored May 15, 2020
1 parent 80e1216 commit 40f4460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
# Install php extensions
RUN docker-php-ext-install bcmath gd mysqli pgsql zip

ENV FS_VERSION 2020.4
ENV FS_VERSION 2020.42

# Download FacturaScripts
ADD https://facturascripts.com/DownloadBuild/1/${FS_VERSION} /tmp/facturascripts.zip
Expand All @@ -23,4 +23,4 @@ VOLUME /var/www/html

COPY facturascripts.sh /usr/local/bin/facturascripts
RUN chmod +x /usr/local/bin/facturascripts
CMD ["facturascripts"]
CMD ["facturascripts"]

0 comments on commit 40f4460

Please sign in to comment.