Skip to content

Commit

Permalink
enhancements nih tag access
Browse files Browse the repository at this point in the history
  • Loading branch information
trevlenb2 committed Jun 10, 2024
1 parent 70e9f1b commit 5031035
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ WORKDIR /usr/local/app
ADD . .
RUN chmod +x deploy.sh

RUN yarn && \
yarn global add serve
RUN yarn global add serve
#
#RUN yarn && \
# yarn global add serve

EXPOSE 3000

Expand Down

0 comments on commit 5031035

Please sign in to comment.