Update 'Dockerfile.nginx'

pull/147/head
f.saravi 3 years ago
parent 790de962f4
commit 8f11c7587c

@ -1,8 +1,2 @@
FROM registry.willaspace.com/willaspace/willaengine-staging:latest AS php_builder
WORKDIR /var/www/html/
RUN npm install
RUN npm run staging
FROM nginx:1.21.1
COPY --from=php_builder /var/www/html /var/www/html
COPY public /var/www/html/public

Loading…
Cancel
Save