Skip to content
Snippets Groups Projects
Commit b541939f authored by Adam Fekete's avatar Adam Fekete
Browse files

fix typos

parent 3fcc6967
Branches
No related tags found
1 merge request!1410Resolve "The dev_python image cannot be used as a replacement for the production image"
Pipeline #175592 failed
......@@ -87,7 +87,7 @@ RUN pip install build \
&& pip install --progress-bar off --prefer-binary -r requirements-dev.txt
# Prepare enviroment for GUI with its dependencies
# Prepare environment for GUI with its dependencies
# ------------------------------------------------
WORKDIR /app/gui
......@@ -169,7 +169,7 @@ RUN python -m build --sdist
# ================================================================================
# Create a stage to build the final appliaction and its dependencies
# Create a stage to build the final application and its dependencies
# ================================================================================
FROM base AS builder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment