Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -19,6 +19,8 @@ COPY --from=frontend-build /app/frontend/package.json ./frontend/
|
|
| 19 |
COPY --from=frontend-build /app/frontend/node_modules ./frontend/node_modules
|
| 20 |
COPY --from=frontend-build /app/frontend/server.js ./frontend/
|
| 21 |
COPY --from=frontend-build /app/frontend/next.config.js ./frontend/
|
|
|
|
|
|
|
| 22 |
COPY backend/ ./backend/
|
| 23 |
COPY config/ ./config/
|
| 24 |
COPY run.sh .
|
|
|
|
| 19 |
COPY --from=frontend-build /app/frontend/node_modules ./frontend/node_modules
|
| 20 |
COPY --from=frontend-build /app/frontend/server.js ./frontend/
|
| 21 |
COPY --from=frontend-build /app/frontend/next.config.js ./frontend/
|
| 22 |
+
COPY --from=frontend-build /app/frontend/next-i18next.config.js ./frontend/
|
| 23 |
+
COPY --from=frontend-build /app/frontend/locales ./frontend/locales
|
| 24 |
COPY backend/ ./backend/
|
| 25 |
COPY config/ ./config/
|
| 26 |
COPY run.sh .
|