mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-17 04:33:15 +02:00
Merge pull request #37 from Neyxo/improvement-30-docker-image
Improved docker image (size & speed)
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
|
||||
const withPWA = require("next-pwa")({
|
||||
dest: "public",
|
||||
disable: process.env.NODE_ENV == "development"
|
||||
disable: process.env.NODE_ENV == "development",
|
||||
});
|
||||
|
||||
|
||||
module.exports = withPWA();
|
||||
module.exports = withPWA({ output: "standalone" });
|
||||
|
||||
Reference in New Issue
Block a user