mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
fix typo
This commit is contained in:
@@ -28,7 +28,7 @@ ARG UV_SHA256=9ce16aa2fe33496c439996865dc121371bb33fd5fb37500007d48e2078686b0d
|
||||
FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}@sha256:${PYTHON_ALPINE_SHA256} AS python-alias
|
||||
|
||||
|
||||
# FROTNEND BUILD
|
||||
# FRONTEND BUILD
|
||||
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION}@sha256:${NODE_ALPINE_SHA256} AS frontend-build
|
||||
WORKDIR /front
|
||||
|
||||
|
||||
Reference in New Issue
Block a user