fixed listening addresses

This commit is contained in:
ngn
2023-11-12 18:49:43 +03:00
parent 7eaa982684
commit 556ebe7cd2
4 changed files with 4 additions and 2 deletions

View File

@ -6,5 +6,6 @@ USER svelte
WORKDIR /app
COPY --chown=svelte:svelte . /app
EXPOSE 4173
RUN npm install && npm run build
CMD ["npm", "run", "preview"]

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview --host"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",