Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-18 09:13:15 +03:00
Code Issues Packages Projects Releases 16 Wiki Activity
Files
ce06af0c9be0e7fc46fffe8f947dc33eca0a55d6
immich/server/Dockerfile

15 lines
215 B
Docker
Raw Normal View History

Fix docker-compose in production (#81) * Fixed problem with docker-compose not updating new files in the multi-stage build. * Update readme with a new screenshot
2022-03-28 15:21:15 -05:00
FROM node:16-alpine3.14
Added successfully built docker-compose and cockerFile
2022-02-03 14:42:27 -06:00
ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /usr/src/app
rename docker-minimal to dockerfile as target for github action
2022-02-07 15:06:30 -06:00
COPY package.json package-lock.json ./
Added successfully built docker-compose and cockerFile
2022-02-03 14:42:27 -06:00
Add python dependency to server docker build
2022-03-22 02:13:16 -05:00
RUN apk add --update-cache build-base python3
Added successfully built docker-compose and cockerFile
2022-02-03 14:42:27 -06:00
rename docker-minimal to dockerfile as target for github action
2022-02-07 15:06:30 -06:00
RUN npm install
Added successfully built docker-compose and cockerFile
2022-02-03 14:42:27 -06:00
COPY . .
Fix docker-compose in production (#81) * Fixed problem with docker-compose not updating new files in the multi-stage build. * Update readme with a new screenshot
2022-03-28 15:21:15 -05:00
RUN npm run build
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 220ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API