mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: modified Dockerfile
This commit is contained in:
parent
e9ce211c16
commit
6e4cc3a174
@ -7,7 +7,7 @@ RUN apt-get update && \
|
||||
|
||||
RUN bun install cheerio pino pino-pretty
|
||||
|
||||
COPY .. .
|
||||
COPY . .
|
||||
|
||||
COPY supervisord.conf /app/supervisord.conf
|
||||
|
||||
@ -17,7 +17,7 @@ RUN addgroup --system nginx && \
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
COPY ../dist /usr/share/nginx/html/
|
||||
COPY dist /usr/share/nginx/html/
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user