mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Disable Sentry inside Docker (#1781)
This commit is contained in:
parent
f1ceeab8d9
commit
8f65e37dac
3 changed files with 8 additions and 7 deletions
|
@ -17,12 +17,10 @@ COPY . .
|
|||
FROM node:14-alpine AS build
|
||||
|
||||
ARG NODE_ENV=production
|
||||
ARG REACT_APP_INCLUDE_GTAG=false
|
||||
|
||||
WORKDIR /opt/node_app
|
||||
COPY --from=deps /opt/node_app .
|
||||
RUN ls
|
||||
RUN npm run build:app
|
||||
RUN npm run build:app:docker
|
||||
|
||||
FROM nginx:1.17-alpine
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue