forked from spacebar/SplatNet-Backend
Update dockerfile
This commit is contained in:
parent
679dee0ec0
commit
c8043ef687
1 changed files with 3 additions and 2 deletions
|
|
@ -8,15 +8,16 @@ RUN apt-get update && apt-get install -y curl build-essential \
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY judd/package.json judd/package-lock.json ./judd/
|
||||||
|
|
||||||
RUN cd judd && npm ci
|
RUN cd judd && npm ci
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
RUN pip install --no-cache-dir . -v
|
RUN pip install --no-cache-dir . -v
|
||||||
|
|
||||||
RUN touch .env
|
RUN touch .env
|
||||||
|
|
||||||
# uses default
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
CMD ["splatnet"]
|
CMD ["splatnet"]
|
||||||
Loading…
Reference in a new issue