mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Working on user, backend.
This commit is contained in:
@@ -9,6 +9,8 @@ WORKDIR /src
|
||||
ARG DEV=false
|
||||
RUN apt-get install openssh-client -y
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y postgresql postgresql-client binutils libproj-dev gdal-bin
|
||||
|
||||
RUN pip install -r /tmp/requirements.txt
|
||||
RUN pip install -r /tmp/requirements.dev.txt
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ ENV NODE_OPTIONS="--max-old-space-size=8192"
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
|
||||
RUN yarn install -f
|
||||
RUN npm install -f
|
||||
|
||||
CMD ["yarn", "run", "dev"]
|
||||
CMD ["npm", "run", "dev"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user