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-24 17:24:56 +03:00
Code Issues Packages Projects Releases 18 Wiki Activity
Files
171e7ffa779a0bfbf3c2168ee22846e4d88bb7ef
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.3 Page: 48ms Template: 4ms
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