Skip to content

Commit 1673c5c

Browse files
committed
Update Dockerfile
1 parent 0bebb82 commit 1673c5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ WORKDIR /app
1111
COPY --from=build /app/dist /app
1212
RUN npm install -g http-server
1313

14-
# 添加描述标签
15-
LABEL org.opencontainers.image.description="文字游戏: 我的文字修仙全靠刷"
16-
1714
EXPOSE 8080
1815

1916
CMD ["http-server", "/app", "-p", "8080"]

0 commit comments

Comments
 (0)