Skip to content

Commit

Permalink
Fix gui-client build
Browse files Browse the repository at this point in the history
  • Loading branch information
denkv committed Nov 6, 2023
1 parent 4dde753 commit d169b44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hobbit-gui/gui-serverbackend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# https://nodejs.org/en/docs/guides/nodejs-docker-webapp
FROM node:16 AS build-client

# https://www.npmjs.com/package/node-sass#node-version-support-policy
# node-sass 4.10.0 (../gui-client/package-lock.json) ⇒ node <= 11

FROM node:11 AS build-client
WORKDIR /usr/src/hobbit-platform
COPY hobbit-gui/gui-client/package*.json ./hobbit-gui/gui-client/
RUN npm --prefix hobbit-gui/gui-client ci --omit=dev
Expand Down

0 comments on commit d169b44

Please sign in to comment.