<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Make command line scripts available on the web on Vladimir Vinarsky</title>
    <link>https://vladimir-vinarsky.me/command_line/web-apps/</link>
    <description>Recent content in Make command line scripts available on the web on Vladimir Vinarsky</description>
    <generator>Hugo -- 0.122.0</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 10 Jul 2026 01:23:51 +0100</lastBuildDate>
    <atom:link href="https://vladimir-vinarsky.me/command_line/web-apps/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Transform ZEISS position files</title>
      <link>https://vladimir-vinarsky.me/command_line/web-apps/zeiss-positions/</link>
      <pubDate>Fri, 10 Jul 2026 01:23:51 +0100</pubDate>
      <guid>https://vladimir-vinarsky.me/command_line/web-apps/zeiss-positions/</guid>
      <description>Folder structure README.md How to run it in the container
To run development
docker compose \ -f docker-compose.yml \ -f docker-compose.dev.yml \ up To run production:
docker compose down docker compose build --no-cache docker compose up -d The difference between dev and production version is that the app is not in the volume
To run witout a docker compose
docker run --rm \ -v &amp;#34;$(pwd):/app&amp;#34; \ -w /app \ zeiss-positions \ python script.</description>
    </item>
  </channel>
</rss>
