Skip to content

Commit 41dbe16

Browse files
Merge pull request #100 from TeamLearningFlow/revert-99-develop
Revert "[hotfix] driver:docker 설정 추가해서 moby/buildkit 다운로드 막음"
2 parents 5eda64a + cc36441 commit 41dbe16

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
# Set up Docker Buildx
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v2
27-
with:
28-
install: true
29-
driver: docker
3027

3128
# Build and push Docker image
3229
- name: Build and push

src/main/java/learningFlow/learningFlow_BE/config/WebConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class WebConfig implements WebMvcConfigurer {
1010
@Override
1111
public void addCorsMappings(CorsRegistry registry) {
1212
registry.addMapping("/**")
13-
.allowedOrigins("http://localhost:3000", "http://localhost:8080", "http://onboarding.p-e.kr:8080", "http://54.180.118.227")
13+
.allowedOrigins("http://localhost:3000", "http://localhost:8080", "http://onboarding.p-e.kr:8080")
1414
// .allowedOrigins("http://localhost:3000") // 프론트엔드 주소
1515
.allowedMethods("GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS")
1616
.allowedHeaders("*")

0 commit comments

Comments
 (0)