Skip to content

Commit

Permalink
chore(app): fix npm scope
Browse files Browse the repository at this point in the history
  • Loading branch information
acellam committed Aug 9, 2024
1 parent 67fdec6 commit b91bf03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ RUN \
npm i && \
npm run build:release

# node build
FROM node:16-alpine3.12 AS frontend-build

WORKDIR /
COPY frontend frontend
WORKDIR /frontend
RUN \
npm i && \
npm run build

#
# final stage:
#
Expand All @@ -35,10 +25,6 @@ COPY --from=backend-build \
/backend/node_modules \
/app/node_modules

COPY --from=frontend-build \
/frontend/dist \
/app/public

WORKDIR /app

RUN \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fraactalerp/fractal-js",
"name": "@fractalerp/fractal-js",
"appName": "Fractal JS",
"version": "1.0.0",
"description": "A component based framework for NodeJs Applications",
Expand Down

0 comments on commit b91bf03

Please sign in to comment.