Skip to content

add --allow-superuser option to meteor npm install in Dockerfile #54

add --allow-superuser option to meteor npm install in Dockerfile

add --allow-superuser option to meteor npm install in Dockerfile #54

Workflow file for this run

name: Build Dockerfile
on: push
jobs:
build:
runs-on: ubuntu-22.04
steps:
# Checks-out the repository under $GITHUB_WORKSPACE.
- uses: actions/checkout@v4
- name: Build Dockerfile
run: docker build . -t chessapp