Skip to content

Commit

Permalink
time-version update
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth9903 committed Mar 11, 2024
1 parent d2e16d4 commit 6db112f
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Get timestamp
uses: gerred/actions/current-time@master
uses: gerred/current-time@v1.0.0
id: current-time

- name: Run string replace
Expand Down
31 changes: 0 additions & 31 deletions Dockerfile.dev

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Running commands with npm `bun run [command]`

docker-compose -f docker-compose.dev.yml up

docker-compose -f docker-compose.prod.yml up
docker-compose up
6 changes: 5 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ services:
build:
context: ./
target: dev
dockerfile: Dockerfile.dev
dockerfile: Dockerfile
volumes:
- .:/app
- /app/node_modules
- /app/.next
ports:
- "3000:3000"
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6db112f

Please sign in to comment.