Skip to content

Commit

Permalink
fix: 更新 docker 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Nov 9, 2023
1 parent 421afde commit 2db21bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM alpine:latest
# FROM caomeiyouren/alpine-nodejs:1.0.1
#

# ENV NODE_ENV production

Expand Down
1 change: 1 addition & 0 deletions templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"

services:
server:
# image: ${GITEE_DOCKER_IMAGE}
build: .
restart: always
ports:
Expand Down

0 comments on commit 2db21bd

Please sign in to comment.