We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9fbe6 commit 9b08697Copy full SHA for 9b08697
Dockerfile
@@ -24,6 +24,8 @@ RUN composer install --no-scripts --no-autoloader
24
25
COPY . .
26
27
+COPY .env.example .env
28
+
29
RUN npm install
30
RUN npm run build
31
0 commit comments