improvement: Frontend Dockerfile updated so that aseests in public folder loads on the website.
This commit is contained in:
@@ -50,6 +50,8 @@ ENV HOSTNAME=0.0.0.0
|
||||
|
||||
COPY --from=builder --chown=dyolink:nodejs /app/.next/standalone ./
|
||||
COPY --from=builder --chown=dyolink:nodejs /app/.next/static ./.next/static
|
||||
# Standalone does not include public/; catalog icons are <img src="/prosthesis-catalog/*.svg">.
|
||||
COPY --from=builder --chown=dyolink:nodejs /app/public ./public
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||
# Windows git/build context may use CRLF; strip before chmod (fixes dumb-init "No such file or directory").
|
||||
|
||||
Reference in New Issue
Block a user