Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alankrantas authored Jul 6, 2023
1 parent 945d603 commit 8dd9683
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 @@ -7,7 +7,7 @@ FROM node:alpine as builder
WORKDIR /app
COPY . /app

RUN yarn install --frozen-lockfile
RUN yarn install
RUN yarn check
RUN yarn build
RUN echo "{ \"build_time\": \"$(date +'%Y-%m-%d %H:%M')\" }" > ./build/build.json
Expand Down

0 comments on commit 8dd9683

Please sign in to comment.