Skip to content

Commit de665b6

Browse files
committed
Remove app directory and simplify project structure
1 parent 7d1b05e commit de665b6

File tree

8 files changed

+3
-622
lines changed

8 files changed

+3
-622
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/build-push-action@v4
2323
with:
2424
context: .
25-
file: ./app/Dockerfile
25+
file: ./Dockerfile
2626
push: true
2727
tags: |
2828
dokploy/templates:latest

app/Dockerfile renamed to Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ WORKDIR /app
66
RUN npm install -g serve
77

88
# Copiar la carpeta templates
9-
COPY ../templates ./public/templates
10-
COPY ../templates/index.html ./public/
9+
COPY ./templates ./public/templates
10+
COPY ./templates/index.html ./public/
1111

1212
# Exponer el puerto
1313
EXPOSE 3000

app/.gitignore

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

app/package.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)