Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Feb 24, 2024
1 parent f862c15 commit 578158d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM oven/bun:1.0.6
FROM oven/bun:1.0.29

ARG BUILD_SHA=default_value
ENV __BUILD_SHA=$BUILD_SHA

WORKDIR /opt/app
COPY . /opt/app
RUN cd /opt/app && bun install
RUN cd /opt/app && bun install --frozen-lockfile

WORKDIR /opt/app
CMD ["bun","run","start"]
Binary file modified api/bun.lockb
Binary file not shown.

0 comments on commit 578158d

Please sign in to comment.