dev
main
@ -4,6 +4,7 @@ WORKDIR /app
COPY ./ ./
RUN npm install
ARG BASE_URL
RUN npm run build
EXPOSE 3000