Skip to content

chore(core): add dcokerfile #137

chore(core): add dcokerfile

chore(core): add dcokerfile #137

Workflow file for this run

# # .github/workflows/preview.yml
# name: Deploy PR previews
# on:
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
# - closed
# concurrency: preview-${{ github.ref }}
# jobs:
# deploy-preview:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Setup PNPM
# uses: ./.github/actions/setup-pnpm
# with:
# node-version: "20"
# pnpm-version: "9"
# - name: Install and Build
# if: github.event.action != 'closed' # You might want to skip the build if the PR has been closed
# run: |
# pnpm install
# pnpm build -- --base "./"
# - name: Deploy preview
# uses: rossjrw/pr-preview-action@v1
# with:
# source-dir: ./apps/aurora-portal/dist/