Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd0d13d8f8 | |||
|
|
eea3f11f74 |
@@ -1,5 +1,5 @@
|
|||||||
# Use oven/bun as parent image
|
# Use oven/bun as parent image
|
||||||
FROM oven/bun:1.0.27
|
FROM oven/bun:1.2.23
|
||||||
|
|
||||||
# Change the working directory on the Docker image to /app
|
# Change the working directory on the Docker image to /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
@@ -17,4 +17,4 @@ RUN bun install --frozen-lockfile
|
|||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
CMD ["bun", "start"]
|
CMD ["bun", "start"]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "legica-dana",
|
"name": "legica-dana",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"main": "src/app.ts",
|
"main": "src/app.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bun run src/app.ts",
|
"start": "bun run src/app.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user