fix(video): develop
This commit is contained in:
@@ -32,7 +32,7 @@ http {
|
||||
gzip_comp_level 6;
|
||||
|
||||
server {
|
||||
listen 5521;
|
||||
listen 5531;
|
||||
server_name localhost;
|
||||
|
||||
#access_log /var/log/nginx/host.access.log main;
|
||||
|
||||
@@ -5,4 +5,4 @@ ADD ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
RUN chmod -R 777 /usr/share/nginx/html
|
||||
|
||||
ENV PORT 5521
|
||||
ENV PORT 5531
|
||||
|
||||
@@ -7,10 +7,10 @@ COPY ./.next/standalone ./standalone
|
||||
COPY ./public /app/standalone/public
|
||||
COPY ./.next/static /app/standalone/.next/static
|
||||
|
||||
ENV PORT 5521
|
||||
ENV PORT 5531
|
||||
|
||||
ENV NEXT_TELEMETRY_DISABLED 1
|
||||
|
||||
EXPOSE 5521
|
||||
EXPOSE 5531
|
||||
|
||||
CMD ["node", "./standalone/server.js"]
|
||||
Reference in New Issue
Block a user