mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
setup docker
This commit is contained in:
parent
1488b61fc1
commit
601a42c4a1
2 changed files with 11 additions and 4 deletions
|
|
@ -26,6 +26,7 @@ COPY docker-entrypoint.sh /usr/local/bin/
|
|||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
COPY . /var/www/html
|
||||
COPY .env.example /var/www/html/.env
|
||||
|
||||
RUN composer install --optimize-autoloader --no-dev
|
||||
RUN npm install && npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue