mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat: usage of ESM modules imports (instead of CommonJS) (#14)
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
FROM node:16.14.0
|
||||
FROM node:16.14.2
|
||||
|
||||
WORKDIR /usr/app
|
||||
COPY ./ /usr/app
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
RUN npm install && npm run build
|
||||
|
||||
CMD ["node", "build/solution.js"]
|
||||
|
Reference in New Issue
Block a user