We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dda0b5 commit 14f76ecCopy full SHA for 14f76ec
1 file changed
docker/dist-mono/server.Dockerfile
@@ -19,15 +19,15 @@ WORKDIR /app/server
19
20
COPY server ./
21
22
-
23
RUN npm install
24
25
RUN npm run build
+RUN cp -r src/templates dist/templates
26
27
COPY --from=frontend-build /app/client/dist ./public
28
29
RUN chmod +x ./scripts/inject-vars.sh
30
31
EXPOSE 52345
32
33
-CMD ./scripts/inject-vars.sh && node ./dist/index.js
+CMD ./scripts/inject-vars.sh && node ./dist/index.js
0 commit comments