Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11d210839d |
@@ -16,7 +16,7 @@ WORKDIR /app
|
|||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
COPY resources/ resources/
|
COPY resources/ resources/
|
||||||
COPY vite.config.js ./
|
COPY vite.config.js postcss.config.js tailwind.config.js ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# --- final: php-fpm + nginx in one container, supervised ---
|
# --- final: php-fpm + nginx in one container, supervised ---
|
||||||
|
|||||||
Reference in New Issue
Block a user