Skip to content

Commit

Permalink
MATE-143 : [!HOTFIX] Dockerfile 내 문법오류 수정 (#126)
Browse files Browse the repository at this point in the history
- 1. \ 문법 오류 수정
  • Loading branch information
juchan204 authored Jan 3, 2025
1 parent 68e43a6 commit fd850c3
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
Expand Up @@ -10,7 +10,7 @@ RUN apk add --no-cache \
harfbuzz

# Chrome 환경변수 설정
ENV CHROME_BIN=/usr/bin/chromium-browser \
ENV CHROME_BIN=/usr/bin/chromium-browser

COPY ./build/libs/*SNAPSHOT.jar project.jar
ENTRYPOINT redis-server & java -jar project.jar

0 comments on commit fd850c3

Please sign in to comment.