Skip to content

Commit 8cee583

Browse files
fix():front CI
1 parent a5ad275 commit 8cee583

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

backend/storage/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,11 @@
2626
<version>2.45.0</version>
2727
</dependency>
2828

29-
<dependency>
30-
<groupId>com.azure</groupId>
31-
<artifactId>azure-storage-blob</artifactId>
32-
<version>12.29.0</version>
33-
</dependency>
34-
3529
<dependency>
3630
<groupId>com.mercure</groupId>
3731
<artifactId>commons</artifactId>
3832
<version>${project.version}</version>
3933
</dependency>
40-
41-
<dependency>
42-
<groupId>com.mercure</groupId>
43-
<artifactId>core</artifactId>
44-
<version>${project.version}</version>
45-
</dependency>
4634
</dependencies>
4735

4836
</project>

frontend-web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN echo 'server { \
1515
}' >> /etc/nginx/conf.d/default.conf
1616
RUN rm -rf /usr/share/nginx/html/*
1717

18-
COPY dist /usr/share/nginx/html
18+
COPY build /usr/share/nginx/html

0 commit comments

Comments
 (0)