deploy stuff, envs
This commit is contained in:
@@ -20,7 +20,7 @@ COPY --from=prod-deps /app/node_modules ./node_modules
|
||||
COPY --from=build /app/dist ./dist
|
||||
|
||||
ENV HOST=0.0.0.0
|
||||
ENV PORT=4321
|
||||
ENV PORT=4123
|
||||
|
||||
EXPOSE 4321
|
||||
EXPOSE 4123
|
||||
CMD node ./dist/server/entry.mjs
|
||||
Reference in New Issue
Block a user