fix: Dockerfile.nginx file

pull/145/head^2
farid 3 years ago
parent 66f118fe98
commit c559443526

@ -1,8 +1,9 @@
FROM registry.willaspace.com/willaspace/willaengine-staging:latest AS php_builder
FROM node:16.7.0-alpine AS builder
COPY --from=php_builder /var/www /app
COPY --from=php_builder /var/www/ /app/
WORKDIR /app
RUN npm install
RUN npm run staging
FROM nginx:1.21.1

Loading…
Cancel
Save