Added Docker container and compose definitions to make development easier
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Node.js runtime
|
||||
FROM node:24
|
||||
|
||||
WORKDIR /var/www/html/
|
||||
|
||||
COPY package.* /var/www/html/
|
||||
|
||||
RUN npm install
|
||||
|
||||
# Run the app
|
||||
CMD [ "npm", "run", "grunt" ]
|
||||
Reference in New Issue
Block a user