fix dockerfile

This commit is contained in:
dada513 2022-06-07 11:11:23 +02:00
parent 259d540e6f
commit a423c4ae99
No known key found for this signature in database
GPG key ID: 403448C14FA4B33E

View file

@ -4,5 +4,4 @@ COPY package.json yarn.lock .
RUN yarn install --frozen-lockfile RUN yarn install --frozen-lockfile
COPY . . COPY . .
RUN yarn build RUN yarn build
EXPOSE 3000
CMD [ "node", "dist/index.js" ] CMD [ "node", "dist/index.js" ]