There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

thelastknowngod ,

You can do it bro. Dockerfiles are basically just shell scripts with a few extras.

It uses npm to build so start with a node base container. You can find them on docker hub. Alpine-based images are a good starting point.


<span style="color:#323232;">FROM appdynamics/nodejs-agent:23.5.0-19-alpine 
</span><span style="color:#323232;">
</span><span style="color:#323232;">RUN git clone https://github.com/stophecom/sharrr-svelte.git &amp;&amp;  
</span><span style="color:#323232;">    cd sharrr-svelt/ &amp;&amp; 
</span><span style="color:#323232;">    npm run build
</span>

If you need to access files from outside of the container, include a VOLUME line. If it needs to be accessible from a specific network port, add an EXPOSE line. Add a CMD line at the end to start whatever command needs to be run to start the process.

Save your Dockerfile and build.


<span style="color:#323232;">docker build . -t my-sharrr-image
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines