mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 16:33:25 -03:00
Fix Dockerfile typos
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# DESIGNED FOR BUILDING ON AMD64 ONLY
|
||||
#####################################
|
||||
# Requires binfm_misc registration
|
||||
# https://github.com/multiarch/qemu-user-static#binfmt_misc-register
|
||||
ARG DOTNET_VERSION=5.0
|
||||
|
||||
FROM node:lts-alpine as web-builder
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# DESIGNED FOR BUILDING ON AMD64 ONLY
|
||||
# DESIGNED FOR BUILDING ON ARM ONLY
|
||||
#####################################
|
||||
# Requires binfm_misc registration
|
||||
# https://github.com/multiarch/qemu-user-static#binfmt_misc-register
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# DESIGNED FOR BUILDING ON AMD64 ONLY
|
||||
# DESIGNED FOR BUILDING ON ARM64 ONLY
|
||||
#####################################
|
||||
# Requires binfm_misc registration
|
||||
# https://github.com/multiarch/qemu-user-static#binfmt_misc-register
|
||||
|
||||
Reference in New Issue
Block a user