<p></p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gravitystorm/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gravitystorm">@gravitystorm</a></p>
<p dir="auto">No. I'm not using Windows at all. I'm in a Ubuntu host building a Docker image and running it in same Ubuntu server.</p>
<p dir="auto">The frontend is complaining because there is a <code class="notranslate">link ../common.scss</code> inside <code class="notranslate">app/assets/stylesheets/ltr/common.scss</code> as you can see in my ticket.</p>
<p dir="auto">And so for <code class="notranslate">app/assets/stylesheets/ltr/small.scss</code> but there is no <code class="notranslate">small.scss</code> anywhere.</p>
<p dir="auto"><a href="https://github.com/openstreetmap/openstreetmap-website/blob/master/app/assets/stylesheets/ltr/small.scss">https://github.com/openstreetmap/openstreetmap-website/blob/master/app/assets/stylesheets/ltr/small.scss</a></p>
<p dir="auto">The interpreter could not translate the word <code class="notranslate">link</code> anyway so I need to copy <a href="https://github.com/openstreetmap/openstreetmap-website/blob/master/app/assets/stylesheets/common.scss">https://github.com/openstreetmap/openstreetmap-website/blob/master/app/assets/stylesheets/common.scss</a> to "ltr" and "rtl" folders and just ignore small.scss because the frontend was not care about it anyway.</p>
<p dir="auto">I confess I'm not using Docker Compose because I don't like it ( don't ask. I simply don't like). Here are my steps:</p>
<p dir="auto">First I've created the config files to point to my database. Nothing wrong about that.</p>
<p dir="auto">Then:</p>
<p dir="auto"><code class="notranslate">docker build --tag=osm-web:1.0 --rm=true . </code> from the repo root folder and then</p>
<pre class="notranslate"><code class="notranslate">docker run --name osmseed-web --hostname osmseed-web --network mynetwork \
-v /srv/osm-seed-web/app-tmp:/app/tmp \
-v /srv/osm-seed-web/app-storage:/app/storage \
-p 36300:3000 \
-d osm-web:1.0 bundle exec rails s -p 3000 -b '0.0.0.0'
</code></pre>
<p dir="auto">Then I face the error I mentioned. My workaround was just copy common.scss from stylesheets folder to "ltr" and "rtl" folders and all goes fine.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/issues/3984#issuecomment-1481010484">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLKKSNH3EUJUYZCBC43W5QWTLANCNFSM6AAAAAAWESTFVQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLJFBUC44QGSKKS3KULW5QWTLA5CNFSM6AAAAAAWESTFVSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSYIZWTI.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/issues/3984/1481010484</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/issues/3984#issuecomment-1481010484",
"url": "https://github.com/openstreetmap/openstreetmap-website/issues/3984#issuecomment-1481010484",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>