fix: change destination path in nginx dockerfile

pull/145/head^2
farid 3 years ago
parent a937bbf570
commit 32a5cf0389

@ -3,3 +3,4 @@ vendor
node_modules
modules
composer.lock
Dockerfile*

@ -5,4 +5,4 @@ RUN npm install
RUN npm run staging
FROM nginx:1.21.1
COPY --from=php_builder /var/www/public /usr/share/nginx/html
COPY --from=php_builder /var/www /var/www/html

Loading…
Cancel
Save