forked from photoprism/photoprism
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docker: Reduce image layers and improve build scripts
- Loading branch information
Showing
33 changed files
with
700 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
FROM photoprism/develop:220218-bullseye | ||
FROM photoprism/develop:220219-bullseye | ||
|
||
## other base images to choose from... | ||
# FROM photoprism/develop:buster # Debian 10 (Buster) | ||
# FROM photoprism/develop:impish # Ubuntu 21.10 (Impish Indri) | ||
|
||
# update NPM JS package manager | ||
RUN npm install -g npm | ||
|
||
# copy scripts to test changes | ||
# copy entrypoint script to container | ||
COPY --chown=root:root /docker/develop/entrypoint.sh /entrypoint.sh | ||
COPY --chown=root:root /scripts/init/Makefile /root/Makefile | ||
|
||
# set up project directory | ||
# define working directory in container | ||
WORKDIR "/go/src/github.com/photoprism/photoprism" | ||
|
||
# copy project source code to container | ||
COPY . . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.