Update slides and cleanup examples
This commit is contained in:
@ -5,12 +5,9 @@ RUN yarn install
|
||||
COPY . .
|
||||
|
||||
FROM base AS build
|
||||
WORKDIR /app
|
||||
COPY --from=base /app/* .
|
||||
RUN yarn build
|
||||
|
||||
FROM base AS develop
|
||||
COPY --from=base /app/ .
|
||||
EXPOSE 5173
|
||||
ENTRYPOINT [ "yarn", "dev", "--host", "0.0.0.0" ]
|
||||
|
||||
|
Reference in New Issue
Block a user