Merge pull request #71 from luth31/master
Move TS compilation to docker image build
This commit is contained in:
commit
6be3b55ffb
@ -8,5 +8,6 @@ RUN apk --no-cache --virtual build-dependencies add \
|
|||||||
RUN npm install
|
RUN npm install
|
||||||
RUN apk del build-dependencies
|
RUN apk del build-dependencies
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN npm run build
|
||||||
EXPOSE 3002
|
EXPOSE 3002
|
||||||
CMD ["npm", "start"]
|
CMD ["node", "dist/"]
|
Loading…
x
Reference in New Issue
Block a user