Docker #1
No reviewers
Labels
No Label
bug
doing
duplicate
enhancement
help wanted
invalid
question
ready
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kompetenzinventar/ki-frontend#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dockerfile
README.md
@ -33,0 +45,4 @@
```
docker run \
--name=ki_frontend \
Das müsste mensch mal ausprobieren, ob das klappt.
@ -5,3 +5,3 @@
## Project setup
```
npm install
npm ci
npm ci
sollte besser sein, weil dann exakt die Sachen aus derpackage-lock.json
installiert werden und nicht an derpackage.json
gefummelt wird.