Skip to content

Commit

Permalink
feature/frontend -update
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 27, 2024
1 parent 71b1914 commit 9912115
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions starter/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@ ENV REACT_APP_MOVIE_API_URL=${REACT_APP_MOVIE_API_URL}
WORKDIR /app

# Copy dependdency files
COPY package*.json ./
COPY package*.json .

RUN pwd

#RUN cat package*.json

RUN ls -lrt

# Install packages
RUN npm install
RUN npm ci


Expand Down

0 comments on commit 9912115

Please sign in to comment.