Skip to content

Commit

Permalink
Pushing update
Browse files Browse the repository at this point in the history
  • Loading branch information
andyslack committed Nov 30, 2024
1 parent 95daf28 commit 1e6224f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

ARG NODE_VERSION=20

FROM node:${NODE_VERSION}-slim as base
FROM node:${NODE_VERSION}-slim AS base

ARG PORT=55262

WORKDIR /src

FROM base as build
FROM base AS build

COPY --link package.json package-lock.json ./

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juicyllama/llana-portal",
"version": "0.0.6",
"version": "0.1.0",
"description": "Portal for Llana, the no-code API wrapper that exposes a REST API for any database within minutes. No longer spend time building APIs, just connect your database and start using the API. Open source, free to use, and no vendor lock-in.",
"author": {
"name": "JuicyLlama Studio",
Expand Down

0 comments on commit 1e6224f

Please sign in to comment.