Skip to content
Snippets Groups Projects
Verified Commit 93108d41 authored by Ruben van Dijk's avatar Ruben van Dijk
Browse files

initial commit.

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #9296 passed
Dockerfile
.gitlab-ci.yml
node_modules
\ No newline at end of file
include:
- project: internal/templates
file: templates.yml
\ No newline at end of file
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'daily'
auto-merge:
squash: true
\ No newline at end of file
FROM node:lts-alpine
WORKDIR /app
COPY package* ./
RUN npm ci
CMD npx chii start
This diff is collapsed.
{
"name": "debugger",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chii": "^1.10.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment