mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
prettier organize imports
This commit is contained in:
parent
899853e24c
commit
2e1e63a789
101 changed files with 173 additions and 180 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:14-alpine AS base
|
||||
FROM node:14-alpine AS base
|
||||
WORKDIR /src
|
||||
|
||||
#
|
||||
|
@ -22,4 +22,4 @@ FROM base AS output
|
|||
COPY --from=builder /src/.next /src/node_modules ./
|
||||
|
||||
EXPOSE 3000
|
||||
CMD yarn ui:prod
|
||||
CMD yarn ui:prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue