Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan authored Dec 18, 2024
1 parent e49586a commit 8464c99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN yarn install --frozen-lockfile --ignore-optional
COPY . .

RUN yarn build
RUN pwd && ls -la
RUN ls -la ./dist

COPY ./dist /usr/share/nginx/html

Expand Down

0 comments on commit 8464c99

Please sign in to comment.