Skip to content

Commit 9b08697

Browse files
chore: modify Dockerfile
1 parent 1a9fbe6 commit 9b08697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RUN composer install --no-scripts --no-autoloader
2424

2525
COPY . .
2626

27+
COPY .env.example .env
28+
2729
RUN npm install
2830
RUN npm run build
2931

0 commit comments

Comments
 (0)