Skip to content

Commit

Permalink
add start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Apr 11, 2024
1 parent 452e48b commit 0a0e6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ COPY ./.env.development ./
COPY ./.env.production ./
COPY ./tailwind.config.js ./
COPY ./postcss.config.js ./
COPY ./start.sh ./
RUN npm ci
RUN npm install \
"@swc/core" \
Expand Down

0 comments on commit 0a0e6de

Please sign in to comment.