Začištění Dockerfile a compose.yml

This commit is contained in:
Martin Berka 2024-10-30 13:05:05 +01:00
parent 4f858a19d8
commit 31daf4fb36
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Builder
FROM node:18-alpine3.18 as builder
FROM node:18-alpine3.18 AS builder
WORKDIR /build

View File

@ -1,5 +1,3 @@
version: '3.8'
services:
redis:
image: redis/redis-stack-server:7.2.0-RC3