Skip to content

Commit

Permalink
Merge pull request #669 from credebl/refactor/dockerfile
Browse files Browse the repository at this point in the history
refactor: dockerfile changes
  • Loading branch information
Sheetal-ayanworks authored Apr 26, 2024
2 parents 5c26347 + 06599e8 commit 84751bd
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 @@ -27,4 +27,4 @@ COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/package.json ./
COPY --from=build /app/dist ./dist
EXPOSE 3000
CMD [ "npm", "run", "preview" ]
CMD ["deno", "run", "--allow-net", "--allow-read", "--allow-env", "./dist/server/entry.mjs"]

0 comments on commit 84751bd

Please sign in to comment.