Convert to Typescript
This commit is contained in:
@@ -13,6 +13,9 @@ USER nodejs
|
||||
# Install
|
||||
RUN npm install
|
||||
|
||||
# Build
|
||||
RUN npm run build
|
||||
|
||||
# Start the app
|
||||
ENTRYPOINT ["npm", "run"]
|
||||
CMD ["start"]
|
||||
|
||||
Reference in New Issue
Block a user