Logo
Explore Help
Register Sign In
Mirrors/plane
1
0
Fork 0
You've already forked plane
mirror of https://github.com/makeplane/plane.git synced 2025-12-24 23:59:40 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
577118ca029ca4e80931eea672912fdf2bddf4c2
plane/space/Dockerfile.dev

15 lines
290 B
Docker
Raw Normal View History

dev: Docker Compose for Local Dev Environment Setup (#2409) * local dev environment setup * api image fixes * yaml changed to yml * Readme & EnvSetup MD updates * Update README.md
2023-10-13 12:16:08 +05:30
FROM node:18-alpine
RUN apk add --no-cache libc6-compat
# Set working directory
WORKDIR /app
COPY . .
RUN yarn global add turbo
RUN yarn install
fix: environment file missing for space (#3105) * fix: environment file missing for space * dev: remove container name from the docker-compose local * dockerfile.dev modified for volumes * local dev fixes --------- Co-authored-by: Manish Gupta <manish@mgupta.me>
2023-12-14 16:18:02 +05:30
EXPOSE 4000
ENV NEXT_PUBLIC_DEPLOY_WITH_NGINX=1
VOLUME [ "/app/node_modules", "/app/space/node_modules"]
dev: Docker Compose for Local Dev Environment Setup (#2409) * local dev environment setup * api image fixes * yaml changed to yml * Readme & EnvSetup MD updates * Update README.md
2023-10-13 12:16:08 +05:30
CMD ["yarn","dev", "--filter=space"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 34ms Template: 2ms
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