mirror of
https://github.com/vernu/textbee.git
synced 2026-05-18 21:35:12 -04:00
Merge pull request #64 from vernu/fix-docker2
infra: fix Dockerfile for web
This commit is contained in:
@@ -79,4 +79,4 @@ EXPOSE ${PORT}
|
||||
# HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
|
||||
# CMD wget -q -O - http://localhost:${PORT}/api/health || exit 1
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
CMD ["node", "server"]
|
||||
@@ -5,6 +5,7 @@ const nextConfig = {
|
||||
locales: ['en-US'],
|
||||
defaultLocale: 'en-US',
|
||||
},
|
||||
output: 'standalone',
|
||||
|
||||
async redirects() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user