Explorar o código

Updated Dockerfile to work with NEXT_PUBLIC_JSONCRACK_HOST.

yuvalg99 %!s(int64=2) %!d(string=hai) anos
pai
achega
4d03de70c3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -1,5 +1,7 @@
 # Builder
 FROM node:14-buster as builder
+ARG jsoncrack_host
+ENV NEXT_PUBLIC_JSONCRACK_HOST $jsoncrack_host
 WORKDIR /src
 COPY . /src
 RUN yarn install --legacy-peer-deps