Skip to content

Commit

Permalink
- FIX: Fixed build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Nov 6, 2024
1 parent d4ede02 commit d302177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /opt/gatekeeper-client
RUN rm -f .env && \
echo "VUE_APP_BASE_URL=./api/" > .env && \
apk add --no-cache python3 build-base gcc wget && \
npm i && \
npm i --legacy-peer-deps && \
npm run build && \
mkdir /opt/gatekeeper-server/client/ && \
cp -a /opt/gatekeeper-client/dist/. /opt/gatekeeper-server/client/
Expand Down

0 comments on commit d302177

Please sign in to comment.