Remove useless(?) command

This commit is contained in:
deathrow 2022-10-31 20:06:56 -04:00
parent f81f37c920
commit 51e260d65e
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

@ -22,7 +22,6 @@ RUN apk --no-cache add build-base git gnupg && cd /tmp \
FROM alpine:latest as deps_base
RUN apk --no-cache add nginx redis
RUN rm /etc/nginx/sites-enabled/default
### Redis Base
FROM redis:6-alpine AS redis_base