We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c42d940 + bae334d commit 4b115e9Copy full SHA for 4b115e9
Dockerfile
@@ -5,7 +5,7 @@ RUN yarn install
5
COPY .eslintrc.js .prettierignore .prettierrc .rescriptsrc.js LICENSE netlify.toml tsconfig.json ./
6
COPY public ./public
7
COPY src ./src
8
-COPY .env.cytonic.testnet ./
+COPY .env.cytonic.testnet ./.env
9
RUN yarn build
10
11
FROM nginx:1.27.2-alpine
0 commit comments