Skip to content

Commit

Permalink
Merge pull request #179 from Team-TIFY/dev
Browse files Browse the repository at this point in the history
fix: 실행환경 제거
  • Loading branch information
eugene028 authored Nov 26, 2023
2 parents a0158ec + 528401e commit 0ec21b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# react-dockerizing/Dockerfile

# base image 설정(as build 로 완료된 파일을 밑에서 사용할 수 있다.)
FROM --platform=linux/arm64 node:18.16.1-alpine as builder
FROM node:18.16.1-alpine as builder
# 컨테이너 내부 작업 디렉토리 설정
WORKDIR /app

Expand Down

0 comments on commit 0ec21b4

Please sign in to comment.