no install in Dockerfile

This commit is contained in:
Sebastian Seedorf
2022-08-18 11:39:06 +02:00
parent 25ff65e051
commit 19e67a5f84

View File

@@ -12,7 +12,5 @@ COPY ./next.config.js /app/next.config.js
COPY ./package.json /app/package.json
COPY ./yarn.lock /app/yarn.lock
RUN npm install
ENTRYPOINT npm start
ENTRYPOINT yarn start
EXPOSE 3000