Skip to content

Commit

Permalink
feat: modified dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkweon17 committed Mar 23, 2024
1 parent 6fcce35 commit d021e71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ RUN apt-get update && apt-get install -y \
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
&& dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install

# Chrome 설치 후
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
&& dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install \
&& ln -s /usr/bin/google-chrome /usr/bin/chrome

# Copy the entire FastAPI project to the container
COPY /src /app

Expand Down

0 comments on commit d021e71

Please sign in to comment.