@ezetgalaxy/titan 25.12.3 → 25.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/Dockerfile +2 -2
package/package.json
CHANGED
package/templates/Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
|
|
6
6
|
&& apt-get install -y nodejs
|
|
7
7
|
|
|
8
8
|
# Install Titan CLI AND its required dependencies
|
|
9
|
-
RUN npm install -g @ezetgalaxy/titan
|
|
9
|
+
RUN npm install -g @ezetgalaxy/titan
|
|
10
10
|
|
|
11
11
|
WORKDIR /app
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ WORKDIR /app
|
|
|
14
14
|
COPY . .
|
|
15
15
|
|
|
16
16
|
# Install Titan dependencies LOCALLY
|
|
17
|
-
RUN npm install
|
|
17
|
+
RUN npm install
|
|
18
18
|
|
|
19
19
|
# Build Titan metadata (routes + bundles)
|
|
20
20
|
RUN tit build
|