Skip to content

Commit

Permalink
Refine script.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 11, 2023
1 parent 3ff02ea commit a56df3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
############################################################
# build
############################################################
FROM registry.cn-hangzhou.aliyuncs.com/ossrs/srs:dev AS build
FROM registry.cn-hangzhou.aliyuncs.com/ossrs/srs:ubuntu20 AS build

COPY . /tmp/signaling
RUN cd /tmp/signaling && make
Expand All @@ -12,7 +12,7 @@ RUN cp -R /tmp/signaling/www /usr/local/
############################################################
# dist
############################################################
FROM centos:7 AS dist
FROM ubuntu:focal AS dist

# HTTP/1989
EXPOSE 1989
Expand Down

0 comments on commit a56df3d

Please sign in to comment.