We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm64-musl works, but not x86.
FROM node:20-alpine # Set optional build-time environment variables ARG DEV_ENV ARG NPM_INSTALL_TOKEN # Create app directory WORKDIR /usr/src/app # Copy package files COPY package*.json ./ # Install dependencies RUN npm install # Copy source code COPY . . # Build TypeScript RUN npm run build
The text was updated successfully, but these errors were encountered:
No branches or pull requests
arm64-musl works, but not x86.
The text was updated successfully, but these errors were encountered: