Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 27, 2023
1 parent 20bb517 commit de7d98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ WORKDIR /var/www/redirect/build
COPY ./backend/ .

# install the frontend libraries:
RUN npm install -g npm bower && \
bower install --allow-root --config.interactive=false
RUN npm install -g npm bower
RUN bower install --allow-root --config.interactive=false

FROM python:3.11.7-slim-bookworm as backend

Expand Down

0 comments on commit de7d98d

Please sign in to comment.