Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 9, 2024
1 parent 555093e commit 35e2f15
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions images/taginfo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Use ruby:2.4 as the base image
FROM ruby:2.4

# Set the working directory
ENV workdir /apps
WORKDIR $workdir

# Install all necessary packages in a single RUN command to reduce layers
RUN apt-get update && apt-get install -y \
curl \
sqlite3 \
Expand Down Expand Up @@ -49,9 +44,6 @@ RUN git clone https://github.com/taginfo/taginfo.git $workdir/taginfo && \
gem install bundler -v 2.3.27 && \
bundle install

# Copy necessary files
COPY overwrite_config.py $workdir/
COPY start.sh $workdir/

# Define command to run the application
CMD $workdir/start.sh

0 comments on commit 35e2f15

Please sign in to comment.