Skip to content

Commit

Permalink
Link php to php8, fixed barcode grabber
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceu committed May 11, 2023
1 parent 4586df4 commit d14260a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ RUN \
chown redis:redis /etc/redis.conf && \
useradd -d /config -s /bin/false barcodebuddy && \
chmod 755 /etc && \
chown barcodebuddy:barcodebuddy -R /var/log/php8
chown barcodebuddy:barcodebuddy -R /var/log/php8 && \
ln -s /usr/bin/php8 /usr/bin/php


# set version label
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ RUN \
chown redis:redis /etc/redis.conf && \
useradd -d /config -s /bin/false barcodebuddy && \
chmod 755 /etc && \
chown barcodebuddy:barcodebuddy -R /var/log/php8
chown barcodebuddy:barcodebuddy -R /var/log/php8 && \
ln -s /usr/bin/php8 /usr/bin/php


# set version label
Expand Down

0 comments on commit d14260a

Please sign in to comment.