Skip to content

Commit

Permalink
Link /data to /config #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceu committed May 11, 2023
1 parent d14260a commit 08f2ba8
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 @@ -67,7 +67,8 @@ RUN \
useradd -d /config -s /bin/false barcodebuddy && \
chmod 755 /etc && \
chown barcodebuddy:barcodebuddy -R /var/log/php8 && \
ln -s /usr/bin/php8 /usr/bin/php
ln -s /usr/bin/php8 /usr/bin/php && \
ln -s /config /data


# 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 @@ -68,7 +68,8 @@ RUN \
useradd -d /config -s /bin/false barcodebuddy && \
chmod 755 /etc && \
chown barcodebuddy:barcodebuddy -R /var/log/php8 && \
ln -s /usr/bin/php8 /usr/bin/php
ln -s /usr/bin/php8 /usr/bin/php && \
ln -s /config /data


# set version label
Expand Down

0 comments on commit 08f2ba8

Please sign in to comment.