Skip to content

Commit

Permalink
Update DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslinhares committed Dec 31, 2024
1 parent e39d73a commit 360fe32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y gcc bzip2 git curl nginx libpq-dev gettext \
libgdal-dev python3-cffi python3-gdal vim

RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get install --no-install-recommends --no-install-suggests -y nodejs

RUN rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -72,7 +72,7 @@ RUN su $PROJECT_USER -c "npm install --global \

RUN su $PROJECT_USER -c "ln -s $PROJECT_PATH/temba/settings.py.prod $PROJECT_PATH/temba/settings.py"

RUN su $PROJECT_USER -c "npm install"
RUN su $PROJECT_USER -c "yarn install"

EXPOSE 8000
EXPOSE 8001
Expand Down

0 comments on commit 360fe32

Please sign in to comment.