-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
I took a closer look at the docker image today and noticed that the entire code including github workflows etc. is contained in the docker image and not just the finished source code.
The docker image would be smaller if only the required code was transferred
Lines 81 to 83 in d10de82
| RUN mkdir /app | |
| RUN mkdir -p /app |
the last line should be enough
Metadata
Metadata
Assignees
Labels
No labels
