🐳 Docker configuration change

This commit is contained in:
2021-08-31 09:32:59 -07:00
parent 5141d387b7
commit 632b2dc267
10 changed files with 142 additions and 528 deletions

View File

@@ -16,4 +16,4 @@ RUN apk add --no-cache --virtual .build-deps make gcc g++ python \
COPY . /usr/src/threetwo
EXPOSE 3050
CMD yarn run dev
CMD npm start