Format fix in Dockerfile

This commit is contained in:
henryclw
2022-04-26 19:45:00 -07:00
parent ccb05c1c12
commit c23bef2873

View File

@@ -1,7 +1,6 @@
FROM node:lts-alpine
RUN apk update
RUN apk add xdg-utils
RUN npm install -g pnpm
@@ -18,4 +17,4 @@ RUN pnpm convert
EXPOSE 3333
ENTRYPOINT ["pnpm", "dev"]
ENTRYPOINT ["pnpm", "dev"]