Skip to content

Commit 7fc7af0

Browse files
Removed docker files and updated the folder name
1 parent 1626c66 commit 7fc7af0

File tree

82 files changed

+51
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+51
-238
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ UNKNOWN.egg-info/
1919
__pycache__/
2020

2121
sample-process-models/
22-
/extensions/frontend/node_modules
22+
/extensions/m8flow-frontend/node_modules
2323
/spiffworkflow-frontend/node_modules
2424
agent_setup_script_has_completed_successfully
2525
.venv/

docker/dev.Dockerfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

docker/dev.docker-compose.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

docker/docker-compose.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

docker/editor.docker-compose.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

docker/m8flow.frontend.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV NODE_OPTIONS=--max_old_space_size=4096
2424
# the core spiffworkflow-frontend and the m8flow extension frontend.
2525
FROM base AS setup
2626

27-
# Copy the full repo so that both spiffworkflow-frontend and extensions/frontend are available.
27+
# Copy the full repo so that both spiffworkflow-frontend and extensions/m8flow-frontend are available.
2828
WORKDIR /app
2929
COPY . /app
3030

@@ -46,7 +46,7 @@ RUN if [ -f package-lock.json ]; then \
4646
########################
4747
# Build the m8flow extension frontend
4848
########################
49-
WORKDIR /app/extensions/frontend
49+
WORKDIR /app/extensions/m8flow-frontend
5050

5151
# Ensure the python worker from the core frontend is available at the
5252
# path expected by the build tooling, without modifying upstream code.
@@ -79,7 +79,7 @@ RUN rm -rf /etc/nginx/conf.d/*
7979
COPY spiffworkflow-frontend/docker_build/nginx.conf.template /var/tmp
8080

8181
# Copy the built static files from the extension frontend into the nginx directory
82-
COPY --from=setup /app/extensions/frontend/dist /usr/share/nginx/html
82+
COPY --from=setup /app/extensions/m8flow-frontend/dist /usr/share/nginx/html
8383

8484
# Optionally expose the core frontend dist under a sub-path if needed
8585
# (keeps behavior flexible without changing upstream code).

0 commit comments

Comments
 (0)