Skip to content

Commit

Permalink
chore: update docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
askmrsinh committed Jun 22, 2023
1 parent 10dbc0a commit 018d328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY . ./
RUN npm run build
RUN node --experimental-modules --experimental-specifier-resolution=node --loader ts-node/esm ./node_modules/.bin/mikro-orm migration:up

CMD ["sh", "-c", "npx vite preview --host 0.0.0.0 --port 3000"]
CMD ["sh", "-c", "node -r dotenv-expand/config ./build"]

0 comments on commit 018d328

Please sign in to comment.