Skip to content

Commit ee5502d

Browse files
committed
#78 Fix node.js stuff, I guess
1 parent 6ad0a73 commit ee5502d

File tree

8 files changed

+3273
-6545
lines changed

8 files changed

+3273
-6545
lines changed

.idea/php.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
FROM node:8 as npm
33
WORKDIR /app
44
COPY package.json /app
5+
COPY package-lock.json /app
56
RUN npm install
67

78
COPY resources /app/resources
@@ -25,7 +26,6 @@ RUN composer install --no-interaction --no-autoloader --no-dev --prefer-dist --n
2526
ADD --chown=www-data:www-data /storage /var/www/html/storage
2627
ADD --chown=www-data:www-data /bootstrap /var/www/html/bootstrap
2728
ADD --chown=www-data:www-data /public /var/www/html/public
28-
2929
ADD --chown=www-data:www-data /artisan /var/www/html
3030
ADD --chown=www-data:www-data /database /var/www/html/database
3131
ADD --chown=www-data:www-data /config /var/www/html/config

0 commit comments

Comments
 (0)