Update docker config
This commit is contained in:
parent
87eb47b877
commit
bef017deb8
2 changed files with 1 additions and 4 deletions
|
@ -14,6 +14,7 @@ RUN npm run migrate
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
|
ENV PORT=8000
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["dist/server/entry.mjs"]
|
CMD ["dist/server/entry.mjs"]
|
||||||
|
|
|
@ -10,8 +10,4 @@ export default defineConfig({
|
||||||
adapter: node({
|
adapter: node({
|
||||||
mode: "standalone",
|
mode: "standalone",
|
||||||
}),
|
}),
|
||||||
server: {
|
|
||||||
host: "0.0.0.0",
|
|
||||||
port: 8000,
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue