Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Apr 2, 2024
1 parent 9053b24 commit b9dbc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM base AS ui
WORKDIR /app
RUN git config --global url."https://github.com/".insteadOf git://github.com/ \
&& git clone --depth=1 https://github.com/OpenTMI/opentmi-default-gui.git . \
&& apt update && apt install python2 \
&& apt update && apt install -y python2 \
&& npm ci \
&& NODE_ENV=production npm run build:prod \
&& rm -r node_modules
Expand Down

0 comments on commit b9dbc57

Please sign in to comment.