Commit 89881703 authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

test deploy

parent 888925a4
......@@ -4,6 +4,12 @@ FROM node:16-alpine AS deps
RUN apk add --no-cache libc6-compat
WORKDIR /app
ARG SENTRY_DSN
ARG NEXT_PUBLIC_SENTRY_DSN
ARG SENTRY_CSP_REPORT_URI
ARG SENTRY_AUTH_TOKEN
# Install dependencies based on the preferred package manager
COPY package.json yarn.lock ./
RUN yarn --frozen-lockfile
......@@ -48,4 +54,4 @@ EXPOSE 3000
ENV PORT 3000
CMD ["node", "server.js"]
\ No newline at end of file
CMD ["node", "server.js"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment