Docker noob here, need help making dockerfile for an app

This page summarizes the projects mentioned and recommended in the original post on /r/docker

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • vnstat-client

    GUI Client for vnStat Network Monitor for Linux or GNU/Linux

  • I want to dockerize this app which is a GUI client for the vnstat tool. They have normal install instructions here. This is the dockerfile I've been using FROM node:slim COPY . /vnstat-client WORKDIR "/vnstat-client" RUN apt update && apt install vnstat -y RUN yarn install && yarn build RUN cd ./dist RUN ./vnstat-client-x.y.z.AppImage EXPOSE 80 I am really new to this so I've kinda been googling stuff and trying to figure out what to do. The above file keeps giving me error at the build stage. Can anyone help me with this or just point me in the right direction? I want to build it for arm64 for Raspberry Pi

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • JEP Draft: Draft: Support HTTP/3 in the HttpClient

    1 project | news.ycombinator.com | 16 May 2024
  • How I fixed this Next.js error: Refused to load the script because it violate Content Security Policy directive

    2 projects | dev.to | 16 May 2024
  • The Tragic Downfall of the Internet's Art Gallery

    1 project | news.ycombinator.com | 16 May 2024
  • Show HN: Shorta, Chrome Web Extension. YouTube Shorts in Their Regular Form

    1 project | news.ycombinator.com | 16 May 2024
  • Maximizing Automated Accessibility Results

    1 project | dev.to | 16 May 2024